The Portfolio website is deployed using Angular CLI GitHubPages.
Please visit the website using this link.
Run the following commands to run the application using Docker.
docker build -t portfolio-app .
docker run -p 4200:4200 portfolio-app
Do let me know if you find any improvements in the website, happy to update! 😄