- To run this project follow these steps ,
- clone the repo using
git clone - navigate to folder
portfolio-app - run
npm installto install node modules - run
npm startto start the service onlocalhost:3000
- clone the repo using
Poke Around the Published Portfolio: https://daaimah123.github.io/Daaimah_Portfolio/
master branch
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Credit to original implementaion code: 'How to create your portfolio website using React.js'