Welcome to our Car Rental website ! Our website offers a comprehensive solution for renting vehicles seamlessly. Whether you're planning a road trip, need a temporary replacement, or simply exploring new rides, our website provides an extensive inventory of cars to suit your needs. the website Api hosted on https://easlycars-server.vercel.app/api-docs/api/
The project is structured as follows:
/assets
: Contains static assets such as images and styles.
/public
: Contains static assets such as images and styles.
/src
: Contains the source code of the frontend.
-
Real-Time Messaging
: Instant messaging between users. -
Chat Management
: Creating, viewing, and managing chat conversations. -
User Authentication
: Secure login and access control. -
Search Functionality
: Finding chats or users easily. -
Car Listings
: Viewing available cars for rental. -
Reservations
: Ability to reserve cars for rental.
Clone the Repository
- Clone the Repository
git clone https://github.com/EN-NAQQACH/RentalCars-Website-client-side.git
- Open the cloned project directory
cd client
- install the dependencies specified in the package.json file of a Node.js project
npm install
- run the project
npm run dev