/activity

I've got a few days off with the kiddies and wanted a tool that could randomly pick an activity for us to do each day. A simple thing that reads from a JSON file.

Primary LanguageJavaScript

Activities

A really minor tool.

I've got a few days at home with the kids this week and wanted a random actitivy picker for us. Activities are manually added to the JSON file at the moment although I've started putting in a form on the index page to write to the json file to add activities on the fly.

To-do

  • Edit button which will display all JSON activities and allows to delete items
  • Mark activities as done

Done

  • Take form input from index, parse results and write to activ.json (Thanks @mikestreety)
  • Style
  • Add a big green refresh button to the page for kiddie-friendly refreshes.