https://github.com/rosaerick/javascript-practice
A repo to keep some javascript small projects i've build while learning JS. Feel free to use, modify and share as you like.
https://github.com/rosaerick/javascript-practice
javascript learn-javascript practice-programming snippets
Last synced: 7 months ago
JSON representation
A repo to keep some javascript small projects i've build while learning JS. Feel free to use, modify and share as you like.
- Host: GitHub
- URL: https://github.com/rosaerick/javascript-practice
- Owner: RosaErick
- Created: 2021-10-24T04:10:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T04:29:52.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:11:31.121Z (9 months ago)
- Topics: javascript, learn-javascript, practice-programming, snippets
- Language: HTML
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript-Practice
A repo to keep some javascript small projects i've build while learning JS. Feel free to use, modify and share as you like.
| Pŕojects | Code | Preview |
|----------|:-------:|-----:|
|Digital Clock |[code](https://github.com/RosaErick/JavaScript-Practice/blob/main/digital-clock-js/assets/app.js)|[live](https://rosaerick.github.io/JavaScript-Practice/digital-clock-js/)|
|Temperature Converter|[code](https://github.com/RosaErick/JavaScript-Practice/blob/main/Conversor-temp/assets/app.js)|[live](https://rosaerick.github.io/JavaScript-Practice/Conversor-temp/)|
|Rock Paper Scissors|[code](https://github.com/RosaErick/JavaScript-Practice/blob/main/rock-paper-scissors/assets/app.js)|[live](https://rosaerick.github.io/JavaScript-Practice/rock-paper-scissors/)|
|Tip-Calculator|[code](https://github.com/RosaErick/JavaScript-Practice/tree/main/tip-calculator-js)|[live](https://rosaerick.github.io/JavaScript-Practice/tip-calculator-js/)|