Built a personal portfolio such that -
- The pages are responsive on almost all devices
- Toggle option between Dark/Light mode is available
- Project cards have animation on hover
The data is stored in data.js file from where it can be edited
src/data.js
- Clone the repo
git clone https://github.com/Maulishri/Maulishri.github.io.git
- Install NPM packages
npm install
- Run the application
npm start