Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickemma/car-rental-app
Exotic Rentals is a car rental agencies primarily serve people who require a temporary vehicle, It allows users to create an account, log in, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.
https://github.com/nickemma/car-rental-app
axios framer-motion material-ui react react-toast-notifications redux swiper-js tailwindcss unit-testing
Last synced: about 3 hours ago
JSON representation
Exotic Rentals is a car rental agencies primarily serve people who require a temporary vehicle, It allows users to create an account, log in, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.
- Host: GitHub
- URL: https://github.com/nickemma/car-rental-app
- Owner: nickemma
- License: mit
- Created: 2022-11-23T21:07:44.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-29T07:35:21.000Z (over 1 year ago)
- Last Synced: 2024-04-17T22:07:31.941Z (7 months ago)
- Topics: axios, framer-motion, material-ui, react, react-toast-notifications, redux, swiper-js, tailwindcss, unit-testing
- Language: JavaScript
- Homepage:
- Size: 25.4 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Exotic Rentals ](#-exotic-rentals--)
- [Backend](#backend)
- [🛠 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)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)# Kanban Board
**Our collaboration consists of 5 members:**
@NickEmma
@AACHOURMOHAMED
@amejid
@Abel-desu
@Said-laasri
[Kanban Board Link](https://github.com/users/NickEmma/projects/7)
![203752985-91534730-bce9-449f-959c-1f229b9ecb8c](https://user-images.githubusercontent.com/100702612/206154545-deaaedf2-ec25-4278-a94f-511ef5b7d17c.png)
![203753007-d413f48a-0470-4841-88f1-fd2d69fd0c4a](https://user-images.githubusercontent.com/100702612/206154591-6141f30e-4135-4d14-8d19-b1729b25a9f3.png)**Exotic Rentals** is a car rental agencies primarily serve people who requires a temporary vehicle, It allows users to create an account, login, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.
## Backend
The backend was made with Ruby on Rails and can be found [here](https://github.com/NickEmma/car-rental-api)
Client
Server
Database
- **It allows users to create an account.**
- **It allows users to login.**
- **It allows users to book a car for a specific period of time.**
- [Live Demo Link](https://car-rental-1pl5awonj-nickemma.vercel.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
node
yarn
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:NickEmma/car-rental-app.git
```
### Install
Install this project with:
```sh
cd car-rental-app
yarn install
```
### Usage
To run the project, execute the following command:
```sh
yarn start
```
### Run tests
To run tests, run the following command:
```sh
yarn test
```
### Deployment
You can deploy this project using:
```sh
git push main
```
👤 **Nicholas Emmanuel**
- GitHub: [@NickEmma](https://github.com/NickEmma)
- Twitter: [@techieEmma](https://twitter.com/techieEmma)
- LinkedIn: [@Nicholas Emmanuel](https://www.linkedin.com/in/techieemma/)
👤 **Abdelmejid Oumer Ali**
- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [Abdelmejid Oumer Ali](https://linkedin.com/in/amejid)
👤 **Said laasri**
- GitHub: [@Said-laasri](https://github.com/Said-laasri)
- Twitter: [@saidlaasr](https://twitter.com/saidlaasr)
- LinkedIn: [SAID LAASRI](https://www.linkedin.com/in/said-laasri-8a4367172/)
👤 **Abel Desalegn**
- GitHub: [@Abel-desu](https://github.com/Abel-desu)
- Twitter: [@Abeldesalegn](https://twitter.com/abeldesalegn97)
- LinkedIn: [Abel Desalegn](https://www.linkedin.com/in/abel-desalegn92)
👤 **Mohamed Ashour**
- GitHub: [@githubhandle](https://github.com/AACHOURMOHAMED)
- Twitter: [@twitterhandle](https://twitter.com/MohamedAachour3)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mohamed-aachour-25405b215)
- [ ] **It will allow users to rent a car.**
- [ ] **It will allows users to give a review for a specific car.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is [MIT](./LICENSE) licensed.