eCommerce Website [React.js]
Group: 25470.
Teach: Horacio Gutierre.z
Tutor: Braian Vaylet.
Gastรณn Barlocco.
Email: barlocco@hotmail.es
Library | Description |
---|---|
ReactJs | JavaScript framework |
Create React App | Create React Project |
Material UI | UI framework |
Firebase | Authentication & DataBase |
React Router | Router |
React Toastify | Notifications |
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
Run the application locally http://localhost:3000
To build the final files to upload to the web
Documentation React js.