Skip to content

andreavaughan/react-trivia-andreavaughan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Build a Trivia Game

For this project, you will use React to build a trivia game powered by the Open Trivia Database.

This project does not include any wireframes: you will have to design the game yourself. One option is to present the user with a list of categories, and then quiz them within that category, keeping score, but that's not the only way you could do this. Use your creativity!

Requirements

  • Your React application should be broken up into 3 or more components.
  • Your application should have two or more "screens." In a traditional web application, we'd think of these as different pages or views.
  • Your application uses React's state to manage data.
  • Your application uses Open Trivia Database's API.
  • Your application is styled.

About the API

You can learn about the Open Trivia Database API at this API config page.

Some things you are likely to want to do:

About

react-trivia-andreavaughan created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 10.9%
  • HTML 5.0%