Skip to content

React App with the page that consists of different burger meals.

Notifications You must be signed in to change notification settings

Shist/burgers-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burgers-site

This is React app that can work with online shop of food allowing users to register, log in, view and select products, place orders.


Video demo:

video-demo.mp4

Instruction for launching this project

  1. Go to the folder on your PC where you want to install the project: cd "your-folder"
  2. Download and install files of this project: git clone https://github.com/Shist/burgers-site
  3. Go to the app folder: cd burgers-site
  4. Install all needed dependencies: npm install
  5. Start json-server: npm run start-back
  6. Open second terminal in the same path and run the app: npm run start

Technologies used in the project

  • HTML
  • CSS / SCSS
  • Javascript
  • React
  • Formik + Yup
  • React Rouder DOM
  • useState, useEffect, useCallback
  • Custom hooks
  • Custom HOC
  • Fetch API
  • Promises
  • Async / Await
  • GET / POST / PUT methods
  • JSON-server
  • LocalStorage
  • Modules (import / export)
  • Webpack
  • Babel
  • uuid

About

React App with the page that consists of different burger meals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published