Simplifies fractions in a web interface. https://fwdekker.com/tools/simplify-fractions/
Go to file
Florine W. Dekker ad979c8680
Reorder some code and add new documentation
2021-05-08 16:59:42 +02:00
src/main Reorder some code and add new documentation 2021-05-08 16:59:42 +02: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 Reorder some code and add new documentation 2021-05-08 16:59:42 +02:00
README.md Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
package-lock.json Reorder some code and add new documentation 2021-05-08 16:59:42 +02:00
package.json Reorder some code and add new documentation 2021-05-08 16:59:42 +02: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