It's my Portfolio as a Full-Stack Developer to showcase my skills. It's created using React, ThreeJs, some 3D Modals and bunch of other techs
- Tech Stack: Express, React, Node, Three Js
- Deployment: Render
- Responsive on every Device
This project is live on render Click to visit
To run this project, you will need to add the following environment variables to your .env file
VITE_EMAIL_API_KEY=/your email js api key/
VITE_EMAIL_ID=/your email id/
VITE_EMAIL_NAME=/your email name/
VITE_EMAIL_SERVICE_ID=/your email js service id/
VITE_EMAIL_TEMPLATE_ID=/your email js template id/
PORT=3000
Install dependencies
npm run build
Start the server
npm run start