Skip to content

whizzNiac is Simple Quiz App written in react.js. It consists of quiz from different subject areas with either four or two possible solutions. Only one of the options is correct.

License

Notifications You must be signed in to change notification settings

nibble0101/whizzniac

Repository files navigation

Wizzniac

whizzniac front page

Build Test codecov Data source License Hosting

Overview

Whizzniac is a quiz app. It is a Single Page Application with a number of quiz categories for the user to select from. The score in a particular category is persisted in the database.

Data Source

The quiz used in this application is originally sourced from Open Trivia Database API.

Dependencies

License

MIT

Running the project locally

To run the project locally, you need to go through the following steps:

  1. Clone the project to your local machine using the command git clone https://github.com/nibble0101/whizzniac.git. It requires you to have git and node installed
  2. Create .env file at the root of the project directory
  3. Copy and paste the content of example.env file in the .env file you created
  4. Create a firebase project. The values of the environment variables in the .env file should be the same as the corresponding value of the keys to your firebase project.
  5. Run the command npm install to install dependencies
  6. Run the command npm run start to start the development server on localhost. Navigate to http://localhost:3000/ to view the app running on your machine

Live Project

This project is hosted live on Netlify.

Netlify Status

About

whizzNiac is Simple Quiz App written in react.js. It consists of quiz from different subject areas with either four or two possible solutions. Only one of the options is correct.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published