javierferrersb / TriviaWebApp

Trivia webapp made using React and Typescript

Home Page:https://trivia.javierferrersb.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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)

About

Trivia webapp made using React and Typescript

https://trivia.javierferrersb.dev/

License:GNU General Public License v3.0


Languages

Language:TypeScript 67.4%Language:CSS 28.0%Language:JavaScript 3.5%Language:HTML 1.0%