Gerson4G / innoscripta-front

Front end source code for Innoscripta assignment. React UI for Pizza ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Using React Router for routing in the SPA, some react-query to manage some fetching. A mix of Classess components and also functional components with hooks here and there. Context API is used to manage basic state along the app (User state and Shoppin cart state). Material-UI was the CSSFramework selected.

No tests available. No history of orders available (only login and signup) Security for password or JWT was not applied.

Git Flow workflow was not followed.

Heroku URL:https://innoscripta-front.herokuapp.com/

For development use just install with yarn install command.

Available Scripts

In the project directory, you can run:

yarn start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Front end source code for Innoscripta assignment. React UI for Pizza ecommerce


Languages

Language:JavaScript 90.8%Language:HTML 5.8%Language:CSS 3.4%