Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walderlansena/zeuscar
:oncoming_automobile: Online car sales platform - React Js + Material UI + Firebase
https://github.com/walderlansena/zeuscar
car firebase offer react react-js
Last synced: 4 months ago
JSON representation
:oncoming_automobile: Online car sales platform - React Js + Material UI + Firebase
- Host: GitHub
- URL: https://github.com/walderlansena/zeuscar
- Owner: WalderlanSena
- License: mit
- Created: 2020-05-20T11:52:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:16:12.000Z (over 4 years ago)
- Last Synced: 2024-04-12T05:14:33.352Z (10 months ago)
- Topics: car, firebase, offer, react, react-js
- Language: JavaScript
- Homepage:
- Size: 3.58 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:oncoming_automobile: Online car sales platform# About
This is a basic project developed with React js and the Material UI library consuming the api created in Firebase Cloud.
# Home Page
# Admin
# Use
## Instalation
Download the repository that the following command
```
[email protected]:WalderlanSena/zeuscar.git
```## .env File
Move the **.env.test** file to .env and add your **Firebase** settings
## Install dependency
Inside the application directory, run your package manager. That in my case I used yarn.
```
yarn
```Subsequently run the application
```
yarn start
```
Finishing the execution you will possibly have this exit in the terminal. Soon your browser was to open a tab at the address: **https://localhost:3000**```
Compiled successfully!You can now view zeuscarweb in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.15.3:3000Note that the development build is not optimized.
To create a production build, use yarn build.
```# License
The Zeus Car is open source software licensed under the MIT license.