An open API service indexing awesome lists of open source software.

https://github.com/ikennarichard/appointment-app-front-end

This is a platform that puts the power of car rental in your hands. You have the flexibility to either rent a car or list your own vehicle for others to rent, Built with Rails and React
https://github.com/ikennarichard/appointment-app-front-end

microverse rails react

Last synced: 10 months ago
JSON representation

This is a platform that puts the power of car rental in your hands. You have the flexibility to either rent a car or list your own vehicle for others to rent, Built with Rails and React

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [📅 Kanban Board](#kanban-board)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run Tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Appointment App Front-End

**Appointment App Front-End** is a platform that puts the power of car rental in your hands. You have the flexibility to either rent a car or list your own vehicle for others to rent, Built with Rails and React.

![Page Screenshot](./src/assets/appointment-app-snap-1.png)

## 📅 Kanban Board

- [Frontend Kanban](https://github.com/ikennarichard/appointment-app-front-end/projects/1)

Screenshot 2023-08-16 at 17 14 13

- We are a team of 4 for this project.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Reserve a car to tryout**
- **Showcase list of cars**
- **Add a car so others can reserve**

(back to top)

## 🚀 Live Demo

- [Video demo](https://www.loom.com/share/be8504348626440882d378721a81a5f4?sid=3139305a-c672-4015-be74-26a2f529d4bf)
- [Live](https://morb-appointment-app.netlify.app)

(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:

- IDE installed for example: VScode
- yarn installed
- node installed

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/ikennarichard/appointment-app-front-end.git
```

```sh
cd appointment-app-front-end
```

### Install

Install this project with:

```sh
yarn
```

### Usage

To run the project, execute the following command:

```sh
yarn dev
```

### Run Tests

To run tests, execute the following command:

```sh
yarn test
```

(back to top)

## 👥 Authors

👤 **Ikenna Richard Oguejiofor**

- GitHub: [ikennarichard](https://github.com/ikennarichard)
- LinkedIn: [ikenna_richard](https://linkedin.com/in/ikenna_richard)

👤 **Belal Gamal**

- GitHub: [Belalgamal46](https://github.com/belalgamal46)
- LinkedIn: [Belal_Gamal](https://www.linkedin.com/in/belal-gamal-79b8a2133/)

👤 **Mucha Naibei**

- GitHub: [mnaibei](https://github.com/mnaibei)
- Twitter: [MNaibei\_](https://twitter.com/mnaibei_)
- LinkedIn: [Mucha Julius](https://linkedin.com/in/mucha-julius)

(back to top)

## 🔭 Future Features

- [ ] **Buy car**
- [ ] **Sell your car**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ikennarichard/appointment-app-front-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a star to support it

(back to top)

## 🙏 Acknowledgments

- I would like to thank Microverse for all the help they provide.
- A big thanks to [Murat Korkmaz for his inspiring design on behance](https://www.behance.net/muratk)
- Big ups as well to the code reviewers for the hard work they put in.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)