A web application for business owners for tracking their orders
- 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.
git clone https://github.com/manjunath00/order-tracker.git
cd order-tracker
# install and run via npm or yarn
npm i && npm start
Try it out.Link Here