Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 2.15 KB

README.md

File metadata and controls

89 lines (62 loc) · 2.15 KB

MOTO TRAVEL 🏍️

DEMO

VIDEO

Introduction

eCommerce Website [React.js]

App

web1.png web2.png web3.png

Academy

CODERHOUSE

Course

React Js

Teach & tutor

Group: 25470.

Teach: Horacio Gutierre.z

Tutor: Braian Vaylet.

Author

Gastón Barlocco.

Email: barlocco@hotmail.es

Libraries

Library Description
ReactJs JavaScript framework
Create React App Create React Project
Material UI UI framework
Firebase Authentication & DataBase
React Router Router
React Toastify Notifications

Installers

Create react App:

npm i create-react-app

Material UI:

npm i @mui/material  

Icons:

npm i @mui/icons-material

Fonts Roboto, add in index.html:

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> 

Notifications:

npm i react-toastify 

Router:

npm i react-router-dom 

Scripts

npm start

Run the application locally http://localhost:3000

npm run build

To build the final files to upload to the web

Extra

Documentation React js.