https://github.com/sboursen/mv-module2-capstone
CarCollectors is website that consumes the car api and the involvement api. It allows the user to browse a large collection of cars, like them, comment on them, and place a reservation order.
https://github.com/sboursen/mv-module2-capstone
es6-javascript html5 jest tailwindcss webpack
Last synced: 25 days ago
JSON representation
CarCollectors is website that consumes the car api and the involvement api. It allows the user to browse a large collection of cars, like them, comment on them, and place a reservation order.
- Host: GitHub
- URL: https://github.com/sboursen/mv-module2-capstone
- Owner: Sboursen
- Created: 2022-03-07T14:12:45.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-11T19:27:25.000Z (about 3 years ago)
- Last Synced: 2023-03-05T00:47:06.452Z (about 2 years ago)
- Topics: es6-javascript, html5, jest, tailwindcss, webpack
- Language: JavaScript
- Homepage: https://sboursen.github.io/MV-Module2-capstone/
- Size: 1.66 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# MV-Module2-capstone
> **CarCollectors** is website for customers who want to rent a car. It allows the visitor to browse an extensive collection of beautiful cars using the [Cars API](https://carsapi1.docs.apiary.io/#reference/0/cars-collection). It also allows the user to like, comment and make a reservation for a given car. All data are saved using the [Involvement API](https://www.notion.so/Involvement-API-869e60b5ad104603aa6db59e08150270).
## Built With




## Milestones
- [x] Milestone 1: **Project Setup and topic.**
- [x] Milestone 2: **Creation of the Home interface. Creation of the comment and the reservation pop-ups**
- [x] Milestone 3: **Creation of the communication interfaces with the APIs**
- [x] Milestone 4: **Implementation of the likes, comments and the reservations functionalities**
- [x] Milestone 5: **Writing tests to ensure the robustness of the application**## sneak peek

## Getting Started
**Prerequisites:** A Web Browser (preferably FireFox or Chrome)
### **Option 1**
#### Use the live Website
[CarCollectors Website](https://sboursen.github.io/MV-Module2-capstone/)
### **Option 2**
#### Set up your own copy locally
- Clone [the GitHub Repository](https://github.com/Sboursen/MV-Module2-capstone)
- Go to the Project `cd MV-Module2-capstone`
- Run `npm install` to install the _dependencies_ Run `npm run start` to run the live server.## Authors
👤 **Soufiane Boursen**
- GitHub: [@Sboursen](https://github.com/Sboursen)
- Twitter: [@sboursen_dev](https://twitter.com/sboursen_dev)
- LinkedIn: [@sboursen](https://linkedin.com/in/sboursen)👤 **Jerry Owusu**
- GitHub: [@jerryowusu](https://github.com/jerryowusu)
- Gmail: [@jerryowusu]([email protected])
- LinkedIn: [@jeremiah-owusu](https://www.linkedin.com/in/jeremiah-owusu-b50a70173/)👤 **Mwafrika Josué**
- GitHub: [@mwafrika](https://github.com/mwafrika)
- Gmail: [@mwafrika]([email protected])
- LinkedIn: [@mwafrika-mufungizi](https://www.linkedin.com/in/mwafrika-mufungizi/)## Contributors
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Cars API](https://carsapi1.docs.apiary.io/#reference/0/cars-collection)
- [Involvement API](https://www.notion.so/Involvement-API-869e60b5ad104603aa6db59e08150270)
- [Logo Generator](https://inkpx.com/word-art-generator)## 📝 License
This project is [MIT](./MIT.md) licensed.