Skip to content

sindorcoder/rent-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RENT CAR Website

Project Overview

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.

Features

  • 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.

Tech Stack

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/sindorcoder/rent-car.git
    cd rent-car
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Visit the website in your browser:

    http://localhost:3000
    

Usage

  • 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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors