Skip to content

lwalen/bf-calc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Board Feet Calculator

For calculating board feet as conveniently as possible.

The default iOS keypad is not very convenient for numeric input. Using <input type="number"> makes it a little better, but there are still too many extra keys taking up space. pattern="[0-9]*" gives a nice numpad, but it lacks symbols, and makes some browsers perform validation on the field. So, I made my own keypad! It has the keys needed for calculating board footage, and no more.

About

Board foot calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published