Table of Contents
Done as a part of the
Learn React
tutorial from Scrimba.com.
Trivia WebApp is a simple trivia game which pulls questions from the OpenTriviaDB. It has the following features:
- Answer questions
- View results
- Get score
- See a specific category or all categories
To get a local copy up and running follow these simple example steps.
- Node
- Clone the repo
git clone https://github.com/javierferrersb/TriviaWebApp.git
- Install NPM packages
npm install
- Run the application
npm start