/Mathematicoo

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.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.

homepage demo

Install

yarn # installs the dependencies
yarn dev # run the app in developer mode

NOTE

if the project on firebase was deleted you ll have to create a new one and replace the config values from /config/firebase

Boilerplate

https://tailwindcss.com/docs/guides/nextjs

Dependencies

  "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"
  }

References