Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c00p75/appointment-app-frontend
- Owner: c00p75
- License: mit
- Created: 2023-07-12T10:21:55.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-08-25T13:24:02.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:33:50.018Z (8 months ago)
- Language: JavaScript
- Homepage: https://cycle-cruise.onrender.com/
- Size: 927 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)CycleCruise is an app to create an appointment to test drive a motorcyle.
Client
- HTML(erb), CSS
Frontend
- React
Backend
- Ruby on Rails
- Add appointment for a motorbike
- Delete appointment for a motorbike
- Create and Delete motorbikes
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/).
👤 **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/)
- **Add user confirmation**
- **Delete reservations**
- **Edit moto description**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).
If you like this project give us a ⭐️.
We would like to thank Microverse for this project and [Murat Korkmaz on Behance](https://www.behance.net/muratk) for the original design idea.
This project is [MIT](./LICENSE) licensed.