Skip to content

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

License

Notifications You must be signed in to change notification settings

gyokkoo/quiz-learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)