maths-on-the-go
Maths quiz game in MERN built for children between ages 5-13.
The game has different levels and each level has a set of categories.
Here you can answer questions and score points. The next level unlocks only if the threshold score is met.
Link - https://mathsonthego.herokuapp.com/
Why wait go ahead, try it, and have fun. 🎉 🎉
1.cd server
:- Go into the server directory
2.npm install
:- Install all the dependencies
3.npm start
:- Start the server
4.cd client
:- Go into the client directory
5.npm install
:- Install all the dependencies
6.npm start
:- Start the client