Welcome to the Porsche Gallery project! This is an interactive React-based application where users can explore a 3D Porsche model. Users can change the car's color, swap the wheels, and view the model in a 3D environment for a truly immersive experience.
- Interactive 3D Model: View a detailed Porsche car model in 3D.
- Color Customization: Change the car's color to your preference.
- Wheel Customization: Swap out different wheels for the Porsche model.
- Responsive Design: The gallery is designed to be fully responsive across various devices.
- React: A JavaScript library for building user interfaces.
- Three.js: A 3D library for rendering the Porsche model.
- GLTF: Used to load the 3D Porsche model into the app.
- CSS: Styling the application.
To get started with this project locally, follow these steps:
-
Clone the repository:
-
git clone https://github.com/yourusername/porsche-gallery.git -
install dependenciew:
npm install -
Run in Local Environment:
npm run start npm run -
Run in Production:
npm build