neilhpatel / CodeATale

This is the repository for my Junior Design project. My team developed an interactive web application for children to read the story Dr. Dolittle while improving comprehension skills through quizzes and audio.
0 stars 0 forks source link

Removed unnecessary imports and unused variables and removed bug #141

Closed neilhpatel closed 2 years ago

neilhpatel commented 2 years ago

Removed unnecessary imports and unused variables in .js files.

Also, the word "placeholder" on the review screen has undefined for all variables.

Screen Shot 2022-04-24 at 7 43 58 PM

I think there was some leftover code that is writing the word placeholder whenever a username does not exist in the database and all the variables are being initialized (empty quiz queue, empty bookmark list, etc.)

neilhpatel commented 2 years ago

I removed the word manually in our database so it does not appear on the review screen anymore.