Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 604 Bytes

Resto App

Technologies used: React, Redux, CSS, Bootstrap

About

A restaurant ordering app created using React Redux. The UI caters to both customers and restaurant staff. Customers can select an item to add to their cart, which will compute the order total. Restaurant staff can add, edit and delete menu items.

View Live App

See https://beam-resto-app.herokuapp.com/

Requirements

  • NodeJS
  • NPM

Installation

npm install

Dependencies

  • react-bootstrap
  • react-router-dom
  • react-redux

To Run Application