QuizzUp is a web app that allows users to play quizzes made using React.js and Node.js for the backend. You can select a quiz from the list of categories and start playing.
- Clone the repo
git clone https://github.com/thegeorgenikhil/quizz-up-frontend.git
- Install dependencies
npm install
- Create a file named .env within the newly cloned repo directory and add the following line:
REACT_APP_API_URL=https://quizz-up-backend.herokuapp.com/api
- Start the app
npm start
- Authentication
- Login
- Logout
- Signup
- Quizzes by Category
- MCQ based Quiz Question Page
- Result Page with Answers & Score
- Leaderboard
- Loading & Alerts
- ReactJS
- Node.js
- React Context API + useReducer
- React Router v6
- Axios
quizz-up-readme.mp4
Pull requests for new features, bug fixes, and suggestions are welcome! Please create an issue for discussion before working on a substantial change.
To contribute to this library:
- Fork the repo on GitHub
- Clone the repo on GitHub
git clone https://github.com/thegeorgenikhil/quizz-up-frontend.git
- Create a new branch
- Commit your changes to your own branch
- Push your branch to GitHub
- Submit a Pull Request so that we can review your changes