Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.46 KB

Tesla clone website

(c) 2022 by Vinicius Cardoso This work is for educational purposes only there's no commercial use, or intent to harm any company or person.

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Available Scripts

In the project directory, you can run:

Frontend

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Backend

The project Backend is hosted by Firebase It handles the authentication and the database.

CI/CD

The project is hosted in Firebase Hosting and the CI/CD is handled by Github Actions.

Branchs

The main branch is the main branch, and the dev branch is the development branch. Only the main branch is deployed to Firebase Hosting.

Pull Requests

All pull requests must be made to the dev branch once the pull request is approved it will be merged to the main branch.

Learn More

Technologies used

  • HTML
  • CSS
  • JavaScript
  • React
  • Redux
  • Firebase
  • Material UI
  • Stripe
  • Styled Components
  • React Router

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.