Skip to content

Commit

Permalink
🗑️ Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chdonncha committed Apr 22, 2024
1 parent 15f41b0 commit 1e5dfd1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions front-end/src/pages/KanaQuiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ export const KanaQuiz = () => {
});
const inputAnswerElement = document.getElementById('inputAnswer') as HTMLInputElement;

// TODO: Look into shouldComponentUpdate() to prevent unneeded re-renders
// TODO: prevent alert pushing Button down (have padding there but alert hidden)
// TODO: add option to play timed version
// TODO: pick quiz from category e.g. food, directions, locations etc..
// TODO: add reverse translation quiz
// TODO: allow user to pick how long they want the quiz to be before starting
// TODO: score screen with percent, word display and tally on give up or completion
// TODO: option to pick from 4 randomised premade answers
// TODO - BUG: The first word can be repeated twice (not initially deleted from the object)
// TODO: Add if possible logs for any errors
// TODO: setup AppContextInterface's
// TODO: BUG - Romaji does not display on first Question when clicking "Show Answer" (issue is it's making a comparison based on the KanaEngData file which hasn't been yet fetched)
// TODO: Look into using Redux library for handling reducer functions

const getData = () => {
fetch('KanaEngData.json', {
headers: {
Expand Down

0 comments on commit 1e5dfd1

Please sign in to comment.