A stringer calculator that takes the height between floors, desired height of individual stairs, desired tread depth of each stair, calculates and returns:
- The number of stairs needed on the stringer
- The number of stairs total
- The rise the user input
- The calculated height of each step
- The depth of each step
- The run of the entire staircase
this is my personal project for my Boot.dev course.