Skip to content

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.

Notifications You must be signed in to change notification settings

rbanos-mv/rent-a-green-front

 
 

Repository files navigation

Rent-A-Green

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

image

Built With

  • JavaScript-ES6
  • CSS3
  • ReactJS
  • Redux

Live Demo

Live Demo Link

Kanban Board

Kanban board link.

Initial Kanban board screenshot:

image

Final number of team members:

We are 3 people on the team: @rbanos-mv @acolombo1 @alexpuente0

Getting Started

To get a local copy up and running follow these simple steps:

Prerequisites

Open your terminal and navigate to the folder you would like to save the project.

Setup

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

Install

Type this command into the terminal:

npm install

Build

Type these commands into the terminal:

npm run build
  • Open build/index.html in your web browser.

Run dev server

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

Run tests

Type this command into the terminal:

npm run test

Deployment

npm run deploy

Authors

👤 Roberto A. Baños Alvarez

👤 Alejandro Puente

👤 Aldo Colombo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 10.6%
  • Other 1.6%