ajcrites / times-tables

:heavy_multiplication_x: Web app that draws beautiful, natural times tables

Home Page:https://times-tables.explosionpills.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Times Table Visualization

Please see the YouTube video by Mathologer about circular times table diagrams.

For Developers

Simply yarn and then yarn parcel serve src/index.html to have the app served locally on localhost:1234.

Deployment

Create a Netlify account -- you will need a netlify token. Optionally you can point this to your own domain via the site_name variable or omit it. Then you can deploy the app to Netlify with Terraform:

terraform plan -var netlify_token=$TOKEN -var app_name=$APP_NAME -out times-tables.tfplan
terraform apply times-tables.tfplan

About

:heavy_multiplication_x: Web app that draws beautiful, natural times tables

https://times-tables.explosionpills.com


Languages

Language:TypeScript 93.8%Language:HCL 2.5%Language:HTML 2.4%Language:CSS 1.3%