Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 862 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 862 Bytes

Ruby-on-Rails

It consists of a quiz app completely made using Ruby on Rails.

How to run?

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.

Features:

  1. Different genres and subgenres are available to play the quiz.
  2. Login and sign-up has been implemented with a separate dashboard for admin where he can add questions and edit users.
  3. There is a leaderboard for each genre and subgenre where user can see his/her performance.
  4. 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.

Different gems of ROR have been used.

Scaffolding has been used.