https://github.com/devmount/task-generator
A web app to generate simple multiplication and division tasks
https://github.com/devmount/task-generator
Last synced: 3 months ago
JSON representation
A web app to generate simple multiplication and division tasks
- Host: GitHub
- URL: https://github.com/devmount/task-generator
- Owner: devmount
- Created: 2018-11-03T22:56:05.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T11:43:06.000Z (4 months ago)
- Last Synced: 2025-09-30T13:27:11.935Z (4 months ago)
- Language: Vue
- Homepage: https://tasks.devmount.de
- Size: 1.23 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Generator
A web app to generate simple multiplication and division tasks.
## Demo
## Features
- Ranges for input numbers can be configured
- The number of tasks can be configured
- Support for division by zero
- Directly copy results to clipboard
## Get started
1. Get all files
```bash
git clone https://github.com/devmount/task-generator
```
2. Install dependencies
```bash
cd task-generator
npm install
```
3. Either start the development server with hot reload at localhost:8080 ...
```bash
npm run dev
```
4. ... or create a production build with minification
```bash
npm run build
```