Udacitrivia! An intense quiz game, capable of tracking user progress, adding categories and questions to the database, and creating new user profiles.
The Trivia App and the Integrated API does the following:
- Display questions - both all questions and by category. Questions should show the question, category and difficulty rating by default and can show/hide the answer.
- Delete questions.
- Add questions and require that they include question and answer text.
- Search for questions based on a text query string.
- Play the quiz game, randomizing either all questions or within a specific category.
Refer to the backend documentation to start up the backend server then follow the instructions in the frontend documentation to get the application up and running in your browser.
Enjoy!