helps users prepare for technical Javascript interviews with questions preparation quizzes.
CodeDrills helps a web developer prepare for technical interview questions by taking practice quizzes on technical subjects. There's a prototype at Netlify. This has been changed to Netlify.
- As a user I should be able to create my account.
- ...I should be able to take a practice quiz
- ...I should be able to set the number of questions to ask
- ...I should be able to determine what percentage of each category the quiz is composed of
- ...I should be able to see a review of how I did on my most recent quiz
- ...I should be able to add questions for my account
- ...I should be able to see statistical data my scores for each category
- ...I should be able to research each question from a link on the question answer
- ...I should be able to pause the quiz
- Create account
- Take practice quiz
- Review performance on quiz
- Add a question to my account and assgin to a category
- Landing page (description sign up, login
- Sign up page
- Log in page
- After log in page (statistics? start a quiz, view profile, add a question, etc)
- Begin quiz page (set parameters etc)
- Individual question page after start of quiz
- End of quiz page with stats
- Log out page
- Profile page (change username, avatar, password -- include summary)
- Add a question page
- About page (I'm Dave, here's my github, contact etc)
Here's the component layout...