An open API service indexing awesome lists of open source software.

https://github.com/future-rafay/showroom-web-customcss


https://github.com/future-rafay/showroom-web-customcss

Last synced: 2 months ago
JSON representation

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