An open API service indexing awesome lists of open source software.

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.

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/)|