Quiz building app built with ReactJS. Add questions to the quizMe database and test your knowledge. Select difficulty levels and categories to customize your quiz.
Download or clone the repository on your local machine to get started.
Please make sure you have Node.js installed
Installing Node.js with package manager
You will also need MongoDB installed
From the root directory, run the following from the terminal to install dependencies
npm install
To start development server, run the following from the terminal
npm run start
Open your favorite browser and navigate to http://localhost:8080/ to start using your own version of quizMe.