- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
El Dorado Frontend is a luxury car rental application where the user can register new accounts, login and reserve a set of different cars. It is built and connected by using two different repos, including Back-end(Rails) and Front-end(React/Redux).
Client
Server
- Rails API
Database
- [Cars page display]
- [Reservation for luxary cars]
- [Login and Registration using API endpoint]
- Here is the Backend part of the project El Dorado Backend
- We are a group of 4 people, so we used 2 Kanban Board to divide the work and keep track of the progress.
- Live Demo π π
To get a local copy up and running, follow these steps.
In order to run this project you need:
Git
and Node.js
installed on your computer.
- For windows users you can download Git from here: https://git-scm.com/download/win and Node.js from here: https://nodejs.org/en/download/
- For Mac users you can download Git from here: https://git-scm.com/download/mac and Node.js from here: https://nodejs.org/en/download/
- For Linux users you can download Git from here: https://git-scm.com/download/linux and Node.js from here: https://nodejs.org/en/download/
Install this project with:
npm install # to install all the dependencies
To run the project, execute the following command:
npm start # for running the project in development mode
npm run build # for building the project for production
Run tests
npm test # for running the tests
π€ Aamir Khan
- GitHub: @aamirkhan2478
- Twitter: @SmartKhan2478
- LinkedIn: Aamir Khan
π€ Abel Gebeyehu
- GitHub: @AbelG101
- LinkedIn: Abel Gebeyehu
π€ Michael Mesfin
- GitHub: @michael-duke
- Twitter: @MikeDuke21
- LinkedIn: MICHAEL MESFIN
π€ Milen Alebel
- GitHub: @milen-ale
- Twitter: @milenalebel2
- LinkedIn: Milen Alebel
- [Admin Panel and access to add New lux Cars]
- [Make a 3D display of each car on Details Page that can be rotated]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
We would like to thank:
- Microverse
- Code Reviewers
Under the the Creative Commons liscense
Original design from Murat Korkmaz on Behance
-
How I can install vite?
- You can install vite by running
npm install -g vite
in your terminal.
- You can install vite by running
-
How I can run this project?
- After cloning repository, run
npm install
to install all dependencies. Then runnpm start
to run the project.
- After cloning repository, run
-
How I can run tests?
- After cloning repository, run
npm install
to install all dependencies. Then runnpm test
to run the tests.
- After cloning repository, run
This project is MIT licensed.