A very very basic math game for kids
- Clone the repository:
git clone https://github.com/<your-username>/mathquiz.git
- Run the program:
go run main.go
- Access the quiz service in your browser at
http://localhost:8080.
The quiz service generates simple addition problems and provides a set of options for the user to choose from. The user can submit their answer and receive feedback on whether it is correct or not.
This project relies on the following packages:
- encoding/json
- net/http
These dependencies can be installed by running go get in your terminal.
Feel free to submit pull requests to contribute to this project.