An open API service indexing awesome lists of open source software.

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

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
```