Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EN-NAQQACH authored Jun 1, 2024
1 parent e79bfcf commit d45532a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Quiz-App
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.
## Project Structure
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.
## Features
1. **`Real-Time Messaging`: Instant messaging between users.**

2. **`Chat Management`: Creating, viewing, and managing chat conversations.**

3. **`User Authentication`: Secure login and access control.**

4. **`Search Functionality`: Finding chats or users easily.**

5. **`Car Listings`: Viewing available cars for rental.**

6. **`Reservations`: Ability to reserve cars for rental.**
## Usage

Clone the Repository
1. **Clone the Repository**
```bash
git clone https://github.com/EN-NAQQACH/RentalCars-Website-client-side.git

2. **Open the cloned project directory**
```bash
cd client
3. **install the dependencies specified in the package.json file of a Node.js project**
```bash
npm install

4. **run the project**
```bash
npm run dev
## License
[Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)

0 comments on commit d45532a

Please sign in to comment.