Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 980 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 980 Bytes

hrext10-my-cruddy-app

Create Read Update and Delete framework using JS

Tasks

Local Storage Manager

  • 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)

Advanced Reqs

  • update/delete column
  • button disabling when input values are invalid

FlashCards via LocalStorage

  • 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

Advanced Reqs

  • 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