Create Read Update and Delete framework using JS
- Where to store data? (localstorage)
- How to capture data? (web form)
- How to modify data? (update action, delete action)
- How to view data? (style?)
- UI/UX considerations (how are we going to use this)
- update/delete column
- button disabling when input values are invalid
- add a topic field for creating a deck
- add in logic to add an id to refer to the deck
- create the ui for displaying deck
- add fields for creating cards for the deck
- create ui for displaying questions and answer
- add in a modal for viewing decks
- export and import deck data
- change checkboxes to correct incorrect buttons
- display quiz items one at a time
- add in user management and track performance
- move to react application