Simplifies fractions in a web interface. https://fwdekker.com/tools/simplify-fractions/
Go to file
Florine W. Dekker ba72dec3e2
Remove unnecessary valid indicators on inputs
2022-11-23 01:05:40 +01:00
src/main Remove unnecessary valid indicators on inputs 2022-11-23 01:05:40 +01:00
.editorconfig Add version number and best practices 2020-03-14 11:53:03 +01:00
.gitattributes Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
.gitignore Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
Gruntfile.js Remove usage of deprecated function 2021-04-28 13:16:00 +02:00
LICENSE Update repository URL 2022-02-28 16:50:44 +01:00
README.md Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
package-lock.json Remove unnecessary valid indicators on inputs 2022-11-23 01:05:40 +01:00
package.json Remove unnecessary valid indicators on inputs 2022-11-23 01:05:40 +01:00

README.md

Simplify fractions

Simplifies a fraction of integers by dividing both operands by their greatest common divisor.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy