A small repository of tools written in plain HTML, CSS and JavaScript. I decided to create this repo, because these tools on their own are too small for separate repos.
Every tool is described below.
- Fix light/dark mode switch
Simple metric units converter made to server my friend.
- All units listed on Wikipedia
- Support for fractions
- Instant conversion to all units
- Input can be in any unit and can be converted to any other unit
- Converts numbers from 1 to 3999 to roman numerals
- Validation of user input
Created according to requirements provided by freeCodeCamp, as part of certification project.
- Allows several popular formats used in the US
- History of validated numbers
- Ability to clear the aforementioned history
Created according to requirements provided by freeCodeCamp, as part of certification project.
- Checks if it's possible to return the change
- Returns the change in bills based on the contents of the cash register's drawer
- Displays an alert when not enough money was given
- Functional numerical keyboard
Created according to requirements provided by freeCodeCamp, as part of certification project.