This is an Rent Car website for a clothing store built using React, Next.js, and Tailwind CSS. The website allows users to browse through different clothing categories, view product details, add items to the cart, and proceed with checkout. It also includes features such as user registration, login, and order management.
- User Authentication: Users can register, login, and manage their profiles.
- Product Catalog: Browse different categories of clothing and view detailed product information.
- Shopping Cart: Add Car for Rent to the cart and view the total price.
- Checkout Process: Complete the purchase by providing shipping information.
- Responsive Design: Optimized for both desktop and mobile devices.
- Admin Panel: Manage products, categories, and orders.
- Frontend: React, Next.js, Tailwind CSS
- Backend: Node.js (Express) - (Optional, if backend is included)
- Database: MongoDB or MySQL (if needed)
- Authentication: JWT or OAuth
-
Clone the repository:
git clone https://github.com/sindorcoder/rent-car.git cd rent-car -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Visit the website in your browser:
http://localhost:3000
- Home Page: Displays featured products, categories, and promotional banners.
- Product Pages: Users can view individual products, their details, and add them to the cart.
- Cart: Shows selected items with an option to update the quantity or remove them.
- Checkout: Users enter shipping and payment information to complete the purchase.
If you want to contribute to this project, feel free to fork the repository, create a new branch, and submit a pull request. Make sure to follow the code style and include relevant tests.
This project is licensed under the MIT License - see the LICENSE file for details.