This application allow users to book an appointment to test an electric car. The homepage is a showcase of the cars. You can also add new cars, view the details of a car, and book an appointment for renting a car, among other features.
This front-end application is complemented by the back-end API
- JavaScript-ES6
- CSS3
- ReactJS
- Redux
We are 3 people on the team: @rbanos-mv @acolombo1 @alexpuente0
To get a local copy up and running follow these simple steps:
Open your terminal and navigate to the folder you would like to save the project.
Type these commands into the terminal:
git clone https://github.com/alexpuente0/final-capstone-frontend.git
cd final-capstone-frontend
You will need a .env
file before you install and run the project. The .env
file contains environment variables needed to deploy the webpage. There is a commented .env.example
file you can use as a guide to configure your own. Type the following command into the terminal (or Git Bash, if using Windows) to create your .env
file:
cp .env.example .env
Type this command into the terminal:
npm install
Type these commands into the terminal:
npm run build
- Open
build/index.html
in your web browser.
NOTICE: Before running the this project, you need to install and run the back-end API.
Type these commands into the terminal:
npm run start
- Your web browser will open on http://localhost:3000
Type this command into the terminal:
npm run test
npm run deploy
👤 Roberto A. Baños Alvarez
- GitHub: @rbanos-mv
- Twitter: @RobertoBanosMV
- LinkedIn: Roberto A Baños Alvarez
👤 Alejandro Puente
- GitHub: @alexpuente0
- Twitter: @zero_rock
- LinkedIn: Alejandro Puente
👤 Aldo Colombo
- GitHub: @acolombo1
- Twitter: @aldocolombo
- LinkedIn: Aldo Colombo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for the motivation.
- Design based on Book a vespa test-ride by Murat Korkmaz on Behance
This project is MIT licensed.