https://github.com/rhw-repo/metric-converter-1
Metric Converter
https://github.com/rhw-repo/metric-converter-1
Last synced: 3 months ago
JSON representation
Metric Converter
- Host: GitHub
- URL: https://github.com/rhw-repo/metric-converter-1
- Owner: rhw-repo
- Created: 2022-03-18T18:49:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T20:06:23.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:29:19.865Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JavaScript practice challenge: Metric / Imperial Unit Conversion app
Steps:
"Save number to a variable
When app loads, do calculations & display results
Round numbers to three decimal places"
Recreating visual design from an image.
Next version of this app to include "an input for the user to change the number and automatically recalculate values when it changes".