Capstone project for Meta Advanced React course: portfolio page with top navbar and footer + 3 sections (hero - projects - contact me)
- Navbar containing external and internal links (with smooth scrolling). It disappears on scrolldown event and reappears on scrollup event
- UI is done with Chakra UI (not responsive on all devices, runs well on large screens only)
- Form and its validation are done with Formik and Yup
git clone https://github.com/3omdawy/react-portfolio.git
cd react-portfolio
npm install
npm start