Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c00p75/appointment-app-frontend

full-stack app for booking motorcycles. Key features of the app include authenticated users being able to add and delete a motorcycle, as well as view a list of motorcycles and navigate to their details page. Users can also reserve a motorcycle for a specific date and city, and view a list of their reservations.
https://github.com/c00p75/appointment-app-frontend

Last synced: 2 days ago
JSON representation

full-stack app for booking motorcycles. Key features of the app include authenticated users being able to add and delete a motorcycle, as well as view a list of motorcycles and navigate to their details page. Users can also reserve a motorcycle for a specific date and city, and view a list of their reservations.

Awesome Lists containing this project

README

        

### Table of Contents

- [📖 About the Project](#about)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)

- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

### About

CycleCruise is an app to create an appointment to test drive a motorcyle.

## Built With

### Tech Stack

Client


  • HTML(erb), CSS

Frontend


  • React

Backend


  • Ruby on Rails

### Key Features

- Add appointment for a motorbike
- Delete appointment for a motorbike
- Create and Delete motorbikes

(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: any web-browser.

### Setup

This API is consumed by its back-end counterpart [back-end](https://github.com/c00p75/appointment-app-backend)

- Check the instructions to connect to the database in the [back-end](https://github.com/c00p75/appointment-app-backend) repo

Clone this [repo](https://github.com/c00p75/appointment-app-frontend.git) to your desired folder.

```
git clone https://github.com/c00p75/appointment-app-frontend.git
```

### Install

Run from a terminal

```
cd appointment-app-frontend
npm install
```

### Usage

**To run the project follow the following instruction:-**

```
npm start
```

### Deployment

You can deploy this project using: [render](https://render.com/).

(back to top)

## Authors

👤 **Damilare Adepoju**

- GitHub: [@githubhandle](https://github.com/adamilare)
- LinkedIn: [LinkedIn](https://linkedin.com/in/damilareadepoju)

👤 **George M'sapenda**

- GitHub: [@c00p75](https://github.com/c00p75)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/georgemsapenda/)

👤 **Martin Ossa**

- GitHub: [@maov19](https://github.com/maov19)
- LinkedIn: [Martin Ossa](https://linkedin.com/in/martin-ossa)

👤 **Williams Serubiri**

- GitHub: [@veronica365](https://github.com/veronica365)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/william-sserubiri-veronica/)

## Future Features

- **Add user confirmation**
- **Delete reservations**
- **Edit moto description**

(back to top)

## Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues).

(back to top)

## Support

If you like this project give us a ⭐️.

(back to top)

## Acknowledgments

We would like to thank Microverse for this project and [Murat Korkmaz on Behance](https://www.behance.net/muratk) for the original design idea.

(back to top)

## License

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

(back to top)