https://github.com/imhalid/scrimba-calculator-challenge
scrimba calculator challenge
https://github.com/imhalid/scrimba-calculator-challenge
Last synced: 3 months ago
JSON representation
scrimba calculator challenge
- Host: GitHub
- URL: https://github.com/imhalid/scrimba-calculator-challenge
- Owner: imhalid
- Created: 2022-03-13T19:41:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T22:20:22.000Z (about 4 years ago)
- Last Synced: 2025-10-09T12:10:00.029Z (8 months ago)
- Language: SCSS
- Size: 665 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit Converter
This project is taken from the javascript tutorial series prepared by scrimba.
Design file: [click here](https://www.figma.com/file/AdqUVRQCZGP1zRcEvzmJTm/Unit-Conversion?node-id=5%3A13)
## Topics
- I have a better understanding of DOM events with Javascript.
- I learned to use the `onkeyup` feature in input.
## What is onkeyup?
The onkeyup event occurs when the user releases a key (on the keyboard).
## Preview
Play Demo: [click here](https://imhalid.github.io/scrimba-calculator-challenge/)
