This portfolio website/application was made using ReactJS. It is deployed on netlify and can be accessed at https://akilmir.netlify.app
Install Node.js at https://nodejs.org/en/download/
Install react by running the following command:
npm install -g create-react-appInstall the framer motion package:
npm install framer-motionInstall the lottie animations package:
npm i lottie-reactInstall react-scroll package:
npm install react-scroll