Simplifies fractions in a web interface. https://fwdekker.com/tools/simplify-fractions/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Florine W. Dekker ba72dec3e2
Remove unnecessary valid indicators on inputs
4 months ago
src/main Remove unnecessary valid indicators on inputs 4 months ago
.editorconfig Add version number and best practices 3 years ago
.gitattributes Migrate to npm, migrate to KaTeX 2 years ago
.gitignore Migrate to npm, migrate to KaTeX 2 years ago
Gruntfile.js Remove usage of deprecated function 2 years ago
LICENSE Update repository URL 1 year ago
README.md Migrate to npm, migrate to KaTeX 2 years ago
package-lock.json Remove unnecessary valid indicators on inputs 4 months ago
package.json Remove unnecessary valid indicators on inputs 4 months ago

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