An innovative lightweight quiz platform for all ages ðŸ§
Live Deployment: big-brain.vercel.app
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See below for prerequisite libraries and notes on how to deploy the project on a live system.
git clone https://github.com/mahirahman/BigBrain.git
To run the application locally:
- CD to the directory of the project
- Run
yarn install
to install all the required dependencies - Run
yarn start
to start the web app - Enter
localhost:3000
into a browser to access the web app
bootstrap": ^5.1.3
chart.js": ^3.7.1
howler": ^2.2.3
react": ^17.0.1
react-bootstrap": ^2.2.2
react-canvas-confetti": ^1.3.0
react-chartjs-2": ^4.1.0
react-dom": ^17.0.1
react-icons": ^4.3.1
react-router-dom": ^6.3.0
react-scripts": 4.0.0
styled-components": ^5.3.5
The landing page is the login/register page. Here a user can log in with an existing account or register a new account. Upon success, they would be redirected to the quizzes dashboard page where they can manage and create quizzes. They can decide to start a game and share the game URL to their friends to participate.
- React - Frontend Framework
- Bootstrap - CSS Library
- Howler - Audio Management
- ChartJS - Javascript Charts
- ESLint - Javascript Linter
- Mahi Rahman