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-app
Install the framer motion package:
npm install framer-motion
Install the lottie animations package:
npm i lottie-react
Install react-scroll package:
npm install react-scroll