A modern car browsing application with swipe functionality and 3D car models.
- 🚗 Interactive car swipe deck
- 🌟 Cinematic night sky background with twinkling stars
- 🎯 3D car model viewer
- 💫 Smooth animations and transitions
- 📱 Responsive design
- 🎨 Premium UI/UX
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- Framer Motion
- Three.js (for 3D models)
cd car_expo/frontend
npm install
npm run devOpen http://localhost:3000 to view the application.
car_expo/
├── frontend/ # Next.js frontend application
│ ├── app/ # App router pages
│ ├── components/ # React components
│ ├── lib/ # Utilities and hooks
│ └── public/ # Static assets
└── backend/ # Backend API (if applicable)
The application features a modern car browsing experience with:
- Swipeable car cards with preview functionality
- Animated night sky background
- 3D car model integration
- Responsive design for all devices
MIT