This project utilizes Next.js and React Three Fiber to render and interact with 3D models on the web. The application features smooth scroll-based animations using ScrollControls and OrbitControls, making it responsive across devices. The 3D models are loaded using GLTF, and the UI is styled with TailwindCSS. Deployed on Vercel, the project showcases modern frontend development techniques with an emphasis on performance, responsiveness, and user interaction.
webapp : https://ashabb-tesla.vercel.app
Github : https://github.com/ashgole/r3f_walkthrough
Next.js
, TailwindCSS
, React
, Stock Management
, CRUD
, API
, Debouncing
, SSR
, Server-side Rendering
, Responsive Design
, Fetch API
, Product Management
, Vercel Deployment
, Frontend Development
Model downloaded from - https://www.turbosquid.com/3d-models/3d-tesla-model-s-plaid-2023-2248474
git clone https://github.com/ashgole/r3f_walkthrough.git
cd r3f_walkthrough
npm i
npm run dev