A command line todo list built using logging in order to enable time travel. This app was built solely for me to learn about and play with building an application based on logs. I don't reccomend actually using it.
Transactions representing additions and removals of to-do items are stored in JSON Lines Format.
npm start add "TITLE HERE" "DESCRIPTION HERE"
npm start remove IDHERE
npm start ls
npm start ls 2
Where the number is the amount of transactions you would like to turn back time on.