https://github.com/future-rafay/showroom-web-customcss
https://github.com/future-rafay/showroom-web-customcss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/future-rafay/showroom-web-customcss
- Owner: Future-Rafay
- Created: 2024-11-09T17:12:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:38:03.000Z (over 1 year ago)
- Last Synced: 2025-03-18T16:57:14.365Z (over 1 year ago)
- Language: CSS
- Homepage: https://toyota-showroom-web-custom-css.vercel.app
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Toyota Car Showcase
A Next.js project showcasing Toyota's Sedan and SUV car categories. Users can view car details, explore pricing, read brief descriptions, and use the booking page to book a test drive.
#Features
Sedan and SUV Car Categories: Browse Toyota's sedan and SUV models.
Car Details: Each car includes a name, price, description, and an image.
Booking Form: Users can book a test drive with a simple form.
Responsive Design: Optimized for all devices.
#Technologies Used
Next.js - for server-side rendering and static site generation.
React - for creating reusable UI components.
CSS Modules - for styling each component.
TypeScript - for dynamic behavior and typing
#Project structure
├── public # Public assets like images and favicon
├── src
│ ├── app # Pages and routing logic
│ ├── components # Reusable UI components (e.g., CarCard, Header, Footer)
│ ├── styles # CSS Modules for component styles
└── README.md # Project documentation