Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 702 Bytes

Order tracker

A web application for business owners for tracking their orders

User Story

  • The user can log via Google
  • The user can click on a record and edit the details & data is saved locally for that session.
  • The user can also create a new order through a “Create New Order” option.
  • The user can delete the order.
  • The user can sort the order according to various order attributes.

Installation

git clone https://github.com/manjunath00/order-tracker.git
cd order-tracker
# install and run via npm or yarn
npm i && npm start

Link

Try it out.Link Here

License

MIT