Skip to content

This is a Flashcards application utilizing LocalStorage

License

Notifications You must be signed in to change notification settings

minmaxdata/hrext10-my-cruddy-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a Flashcards application utilizing LocalStorage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.3%
  • HTML 40.3%
  • CSS 2.4%