Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Trivia webapp made using React and Typescript

Notifications You must be signed in to change notification settings

javierferrersb/TriviaWebApp

Repository files navigation


Logo

Trivia App

Simple trivia webapp made using React and Typescript


Visit Website

Get from Microsoft Get it on Google Play

Table of Contents
  1. About The Project
  2. Getting Started
  3. Additional Screenshots

About The Project

Trivia WebApp Screen Shot

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

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node

Installation

  1. Clone the repo
    git clone https://github.com/javierferrersb/TriviaWebApp.git
  2. Install NPM packages
    npm install
  3. Run the application
    npm start

(back to top)

Additional Screenshots

Start Screen Viewing a question Answering a question Quiz results Viewing answers

(back to top)