To view a demo example, [click here]
-TODO: add a a demo example link
A free and open-source quiz application that lets you play quizzes right in the browser.
Original idea from the app-ideas repository. To see the User Stories please look for issues with the user-storie label in this repository Issues page.
-TODO: add app screens
-TODO: add a video demo
This project was developed using the following technologies
- React
- Node
- Express
- MongoDB
- Docker
To get a local copy of the code, clone it using git:
git clone https://github.com/germanogualberto/quiz-app.git
cd quiz-app
Install dependencies:
npm install
Now, you can start a local web server by running:
npm start
And then open http://localhost:3000 to view it in the browser.
In this project, you can run the following scripts:
Script | Description |
---|---|
npm start | Runs the app in the development mode. |
-TODO: add remaining steps
- Fork this repository
- Improve current code by:
- improving the style
- adding new feature
- improving the documentation
- Push your work and create a Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details