Created a React study space with dynamic features, music, and deployed on Vercel.
Implemented Framer Motion Library for animations and Material UI for icons.
Utilised Redux for state management of tasks and timer.
Working on setting up a backend server, for keeping the record of the users and their personal records created on the website.
- Create a new project using
- To install the necessary node modules
- To start the development server
- To install Material UI components
- To implement the Framer
npm create vite@latest
npm install
npm run dev
npm install @mui/material @emotion/react @emotion/styled
npm install framer-motion