Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 576 Bytes

Ice Cream Inventory

Running at https://ice-cream-inventory.surge.sh/

A Single-Page application for keeping track of your fridge contents. Implements basic CRUD functionality and displays a donut chart for the litre amounts.

Instructions

  • clone or download the repo
  • npm install

To-Do

Figure out code splitting, npm run build complains about the entry bundle size. Perhaps putting a donut chart on the front page was a bad idea. Also, using https://buefy.org/ just for Table and Toast was overkill, could have used https://bulma.io/ css classes directly.