/quiz-learner

You have an upcoming test, do not worry! Project for quizzes. Powered by React.js using Flux

Primary LanguageJavaScriptMIT LicenseMIT

quiz-learner

Front-end project for quizzes. Powered by React.js using Flux

You have an upcoming test, do not worry! Just create sample questions and practice.

How to run the website locally?

  1. Clone the repository git clone https://github.com/Nezhdetov/quiz-learner
  2. Go to project directory and run yarn install
  3. run yarn start
  4. open localhost:3000

What it does:

  • Basic login/register
  • Create quizzes after login
  • Solve quizzes
  • Edit/Delete questions
  • Allow other users to edit quizzes (Will be added soon)