It consists of a quiz app completely made using Ruby on Rails.
You can run the server by using the command "rails server", then the server will be hosted on localhost, so you can start using the webapp by opening "localhost:3000" url on the browser.
- Different genres and subgenres are available to play the quiz.
- Login and sign-up has been implemented with a separate dashboard for admin where he can add questions and edit users.
- There is a leaderboard for each genre and subgenre where user can see his/her performance.
- This is a state restoring quiz which means that if a user is playing a quiz and suddenly he logs out , then whenever he again go to that subgenre he will get an option to continue the quiz or start the quiz again.