/rental-cars-front-end

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 Rental Cars

This Rental Cars Frontend is a React application that serves as the frontend for a rental car appointment booking system.

🛠 Built With

Tech Stack

Client: React JS

Key Features

Item Management: Create, read, update, and delete car items for rent.
Reservation: Allow users to make reservations for available items.
User Authentication: User registration, login, and logout using Devise.
Navigation Links: Retrieve navigation links for the user interface.

(back to top)

Backend Part of the Project

Rental Cars Backend

(back to top)

Live Demo

Live-Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need the following installed on your computer:
React,
Ruby v3+,
Rails v7+
PostgreSQL
An IDE e.g. Visual Studio Code
A terminal e.g. Git BASH

Setup

Clone this repository to your local machine:

git clone https://github.com/Itswali/rental-cars-front-end

Install npm, Ruby, Rails, and PostgreSQL if not already installed.

Navigate to the directory:

cd rental-cars-front-end

Install

Install npm dependencies:

npm install

Usage

Start the npm server with:

npm start

(back to top)

👤 Authors

👤 Wali Muhammad

👤 Samuel Obuobi Lartey

👤 Riyaz Ahmed

👤 Jonah Wambua

(back to top)

🔭 Future Features

Search and Filtering: Implement advanced search and filtering options for users to easily find available cars based on criteria like location, date, type, etc.

Availability Calendar: Add a calendar view that displays item availability, making it easier for users to choose available dates for reservations.

Payment Integration: Integrate with a payment gateway to allow users to make payments for reservations directly through the API.

Mobile App Integration: Building a companion mobile app to provide users with a convenient way to manage reservations and browse cars.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome. Contributions to improve and extend the API backend are also welcome. If you find bugs, have suggestions for improvements, or want to add new features, please feel free to add an issue on the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project.

(back to top)

🙏 Acknowledgments

  • Microverse for a A+ curriculum
  • Code reviewers, coding partners, morning and standup teams for the great insights
  • Hat tip to anyone else whose code was used

(back to top)

📝 License

This project is MIT licensed.

(back to top)