Shoe Forge is a shoe configurator built with technologies like React, React Three Fiber, React Three Drei, Framer Motion, GSAP, and Valtio. It allows users to customize and visualize their own unique shoe designs in a 3D environment.
Check out the live demo here.
- Interactive 3D shoe visualization
- Customizable shoe components (e.g., materials, colors and decals)
- Real-time preview of shoe modifications
- Smooth animations and transitions
- Responsive design for different screen sizes
To run the Shoe Forge locally, follow these steps:
-
Clone the repository:
git clone https://github.com/hardikverma22/shoe-forge.git
-
Navigate to the project directory:
cd shoe-forge
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to see the app in action.
- React
- React Three Fiber
- React Three Drei
- Framer Motion
- GSAP
- Valtio
Contributions are welcome! If you'd like to contribute to Shoe Forge, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request to the main branch of the original repository.