devmount / task-generator

A web app to generate simple multiplication and division tasks

Home Page:https://tasks.devmount.de

Repository from Github https://github.comdevmount/task-generatorRepository from Github https://github.comdevmount/task-generator

Task Generator

A web app to generate simple multiplication and division tasks.

Demo

https://tasks.devmount.de

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

    git clone https://github.com/devmount/task-generator
  2. Install dependencies

    cd task-generator
    npm install
  3. Either start the development server with hot reload at localhost:8080 ...

    npm run dev
  4. ... or create a production build with minification

    npm run build

About

A web app to generate simple multiplication and division tasks

https://tasks.devmount.de


Languages

Language:Vue 85.1%Language:HTML 7.9%Language:JavaScript 7.0%