Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 447 Bytes

baby_webapp

Small web application project for use at home.

Available Features:

  • To do list
  • Grocery list
  • activity time stamping system

Improvement Ideas:

  • each interaction is sending an http request, cache more data and stop sending http requests unless it is necessary.
  • Merge duplicate code in grocery list and to do list into a base component
  • Ability to add a new event for time tracking
  • Use the logged time data to plot a graph