This will be my second personal portfolio website which is built with ReactJS. Sanity.io headless CMS is used for backend to store my project information.
- ReactJS library is used to build the web app.
- To store my project data, headless CMS sanity is used.
- To used threejs in ReactJS, some libraries is need like Pmndrs.doc
- React router dom is used to navigate efficiently through web app.
- For styling and components, ChakraUI is used.
- There will be snow effect on the christmas day.
Clone the project
git clone https://github.com/ClockWize171/my_2nd_portfolio
Go to the project directory
cd <your-repo-name>
Install dependencies
npm install
Start the server
npm start