Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 821 Bytes

File metadata and controls

43 lines (28 loc) · 821 Bytes

Pizza Ordering App

A web app built with ReactJs, Redux & consumed an external API.

Features

  • List all restaurants.
  • Get the User location (Geo-locations & Coordinators)
  • List single restaurant & Menu list.
  • Add Menu items to cart (Also, set items to localStorage).
  • Delete cart items
  • place Order
  • View Ordered items.

Install Dependencies

In the project directory, you can run:

npm install

Then Run

In the project directory, you can run:

npm 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.