Quiz Adda is a quiz app where one can play quiz by selecting a category. After attempting all questions, correct answers and score will be displayed in results page.
- Authentication
- Login
- Signup
- Logout
- Home Page with all categories(currently there are only two categories.)
- Clicking on any of the categories will navigate you to rules page.
- When user selects any one of the option, all other options will get disabled.
- Initially next question button will be disabled, it will enable only after selecting one of the option.
- React
- React Router
- Mockbee - for mock backend
- Meta UI
- React Toastify
- Fork the Project
- Run npm install in the terminal
- Run npm start to start the server on your local
- Create your Feature Branch (git checkout -b feature name)
- Commit your Changes (git commit -m 'Add a descriptive commit message')
- Push to the Branch (git push origin feature)
- Open a Pull Request