RoboVerse is a fun, frontend-only project created to demonstrate my skills in modern web development. It showcases an e-commerce website where users can explore and "purchase" robots designed for various purposes like companionship, household tasks, security, and education.
Note: This project is for skill demonstration purposes only and is not intended for real-world use.
- Frontend Framework: Built with React.
- Routing: Implemented using React Router DOM.
- 3D Models: Integrated using React Three Fiber for an immersive experience.
- Animations: Added smooth animations with Framer Motion.
This project was created in order to learn 3D model integration into websites and learn more about animations and design in general.
- Clone repository
- open project root folder
- navigate to client sub-folder: "cd client"
- install dependencies: "npm install"
- run the application: "npm run dev"