Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantiereid/weight-converter
A weight converter made in javascript. Converts pounds into different measurements of weights.
https://github.com/mantiereid/weight-converter
css html javascript pure-javascript weight weightconverter weights
Last synced: about 2 months ago
JSON representation
A weight converter made in javascript. Converts pounds into different measurements of weights.
- Host: GitHub
- URL: https://github.com/mantiereid/weight-converter
- Owner: MantieReid
- License: gpl-3.0
- Created: 2019-06-15T04:00:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T03:21:31.000Z (11 months ago)
- Last Synced: 2024-02-19T04:28:54.843Z (11 months ago)
- Topics: css, html, javascript, pure-javascript, weight, weightconverter, weights
- Language: JavaScript
- Homepage: https://codepen.io/mantiereid/full/mZVoqo
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weight-Converter
A weight converter made using JavaScript, HTML and CSS. The original one comes from brad traversy, which can found here at this [link.](https://codepen.io/bradtraversy/pen/jGNWey) The main difference is that it has all the other forms of weight measurements added to it. It converts pounds(lbs) into grams, kilograms, ounces, milligrams, metric ton, micrograms, imperial ton, US ton, and stone.
This was made using bootstrap and pure vanilla Javascript. You can find a live demonstration of the project here at this [link.](https://codepen.io/mantiereid/full/mZVoqo) The source code is also available on codepen. Which you can find here, at this [link.](https://codepen.io/mantiereid/pen/mZVoqo)
Below is a GIF of the program in action.
![alt text](https://github.com/MantieReid/Weight-Converter/blob/master/QJMfohfdy0.gif)