A modern portfolio website to showcase my projects and skills as a developer.
Web: https://dilanka-rathnasiri.github.io/portfolio
I built this simple web app to present my work and technical background professionally. I chose Angular because of its modular architecture, robust tooling, and clear documentation.
- Framework: Angular
- Styling: SCSS and Bootstrap
- Deployment: GitHub Pages
Clone the repo and install dependencies:
git clone https://github.com/dilanka-rathnasiri/portfolio.git
cd portfolio
npm installStart the development server:
ng serveVisit http://localhost:4200 in your browser.
To build the app for production:
ng build --configuration=productionBuild output will be in the dist/ directory.
To deploy the Angular app to GitHub pages
ng deploy