Front-end project for quizzes. Powered by React.js using Flux
- Clone the repository
git clone https://github.com/Nezhdetov/quiz-learner
- Go to project directory and run
yarn install
- run
yarn start
- open localhost:3000
- Basic login/register
- Create quizzes after login
- Solve quizzes
- Edit/Delete questions
- Allow other users to edit quizzes (Will be added soon)