Mathematicoo is a web application addressed to children that allows them to solve mathematic problems in the form of a game. For each right answer the user gets a point. The top 5 scores will be displayed on the ladderboard.
yarn # installs the dependencies
yarn dev # run the app in developer mode
if the project on firebase was deleted you ll have to create a new one and replace the config values from /config/firebase
https://tailwindcss.com/docs/guides/nextjs
"dependencies": {
"firebase": "^8.6.7",
"framer-motion": "^4.1.17",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
- Boilerplate -> https://tailwindcss.com/docs/guides/nextjs
- React Framework -> Next.js -> https://nextjs.org/docs
- CSS Framework -> Tailwindcss -> https://tailwindcss.com/docs
- Database -> Firebase -> https://firebase.google.com/docs/firestore
- Set up firebase -> https://firebase.google.com/docs/cli#windows-npm
- Vectors -> https://www.freepik.com/
- Icons -> https://heroicons.com/
- Animations -> https://www.framer.com/docs/examples/
- Forms -> https://react-hook-form.com/get-started