Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.57 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.57 KB

Trivia API

Welcome to Udacitrivia

Udacitrivia! An intense quiz game, capable of tracking user progress, adding categories and questions to the database, and creating new user profiles.

Trivia App

The Trivia App and the Integrated API does the following:

  1. 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.
  2. Delete questions.
  3. Add questions and require that they include question and answer text.
  4. Search for questions based on a text query string.
  5. Play the quiz game, randomizing either all questions or within a specific category.

App Screenshots

Home Page

Screenshot 2022-06-26 12 29 29 AM

Add Question Page

Screenshot 2022-06-26 12 29 36 AM

Add Category Page

Screenshot 2022-06-26 12 29 40 AM

Game Page

Screenshot 2022-06-26 12 29 45 AM

Want to start playing right away?

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!