- User Authorization
- Sign In
- Sign Up
- Sign Out
- Protected/Private Routes with users quiz data
- Categorywise Quiz
- Pointwise Leaderboard
- Different levels with Achievement Badges
- User Account Page
- Change Display Names
- Set new account password
- Delete Account
Client side: React, React Router, Context API, Pebble UI
Server side: Firebase
Clone the project
git clone https://github.com/saurabhchirde/pebble-quiz.git
Go to the project directory
cd pebble-quiz
Install dependencies
npm install
Start the server
npm run start