Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftingweb/mathdash
MathDash is a web application that allows users to play a math game
https://github.com/craftingweb/mathdash
localstorage math setinterval settimeout
Last synced: 3 days ago
JSON representation
MathDash is a web application that allows users to play a math game
- Host: GitHub
- URL: https://github.com/craftingweb/mathdash
- Owner: craftingweb
- Created: 2024-03-04T03:36:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T14:04:54.000Z (9 months ago)
- Last Synced: 2024-06-03T23:24:51.435Z (6 months ago)
- Topics: localstorage, math, setinterval, settimeout
- Language: JavaScript
- Homepage: https://mathdash.vercel.app
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [MathDash](https://mathdash.vercel.app/)
MathDash is a web application that allows users to play a math game. It consists of several pages, each serving a different purpose:1. **Splash Page**: This is the initial page where users can select the number of math questions they want to answer. It contains a form with radio buttons for different question amounts.
2. **Countdown Page**: After selecting the number of questions, users are taken to a countdown page where they see a countdown from 3 to 1 and then "GO!" before the game starts.
3. **Game Page**: This is the main game page where users answer math questions. The page displays equations, and users have to select whether each equation is correct or incorrect. The page also has a timer that tracks how long it takes the user to answer all the questions.
4. **Score Page**: After completing the game, users are taken to a score page where they see their final time, base time (time taken to answer questions without penalties), and penalty time (time added for incorrect answers). The page also shows the best scores for different question amounts.
The project uses JavaScript to handle user interactions, such as selecting the number of questions, answering equations, and displaying scores. It also uses local storage to store and retrieve best scores.
[mathdash.webm](https://github.com/VitaliPri/MathDash/assets/101225909/32af697f-911c-4d6f-af69-204d1334f7b0)