/Quiz-App

Quizlet like website to practice Japanese letters

Primary LanguageJavaScript

Quiz App (Mainly to practice Hiragana)

Quizlet like app to practice flashcards and such.

Interface

  • A flashcard like object that contains definition/term.
  • An area under the flashcard to type the definiton/term
  • Progress
    • How many terms finished out of total
  • How many gotten right and how many wrong

Todods

  • Shuffling (random)
  • Progress
    • # Right
    • # Wrong
    • Total completed
    • Progress bar
  • End screen page after completion
  • Pause a second or so after getting the right answer and let the user know it is right
  • Disable enter and typing when the answer is correct
  • Hit button on enter on the card-wrong component
  • Let the user know that it is incorrect in the card-wrong component
  • Keep the progress visible at all times (either in its own column to the side or show it when the answer is right or wrong)
    • Footer
    • Find a better way to keep the bar and the count there (line them up better)
  • Research more about localStorage
  • Let the user choose the letters to practice (Hiragana or Katakana)
  • Clean up code
  • Add error checking and handling to the opening section component
  • Make the progress bars and what not cleaner
    • Perhaps a footer