A math trainer app for everyone
Here are the following information about the Polymath app:
- A multiple choice question based math app
- Filter questions based on category, quiz type and difficulty
- Scoring and reward based system
- ✨Free for everyone ✨
Technologies used:
- Javascript - 👨💻 A normie programming language
- SCSS - 💅 A powerful professional grade CSS extension
- Vite.js - ⚡ Next Generation Frontend Tooling
- React - ⚛️ A JavaScript library for building user interfaces
- Express - 💨 Fast, unopinionated, minimalist web framework for Node.js
Make sure to copy and paste the .env.example
file and rename to .env
and provide the value strings.
To run this project, make sure you have the latest node.js and npm version installed. In my case, I have node.js v14.17.0 and npm 6.14.13. You can also run the project using yarn.
$ git clone https://github.com/Group2-SE-2123/Polymath.git polymath
$ cd polymath
$ npm install
$ cd client
$ npm install
$ cd ..
$ npm run dev
The following instructions will open the app. You can type localhost:3000 in your favorite browser to start using the app.
127.0.0.1:3000
or
localhost:3000