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

https://github.com/jefrey13/javascript-practices

javaScript practices
https://github.com/jefrey13/javascript-practices

dom-manipulation game javascript practice-programming

Last synced: 11 months ago
JSON representation

javaScript practices

Awesome Lists containing this project

README

          

# JavaScript Practice Repository

Welcome to the JavaScript practice repository. Here, you'll find a variety of exercises and projects to enhance your programming skills with JavaScript. From simple games to practical utilities, this repository has something for everyone.

![Task List](./site/assets/bg.png)

## Repository Contents

### 1. Task List

Organize your daily tasks with this simple to-do list application. Add, remove, and mark your completed tasks.

![Task List](./site/assets/taskList.png)

### 2. Memory Game

Have fun playing the Memory Game! Test your memory skills and enjoy the challenge.

![Memory Game](./site/assets/memoryGame.png)

### 3. Interactive Color Palette

Explore an interactive color palette that allows you to select and copy hexadecimal codes for your projects.

![Color Palette](./site/assets/palette.png)

### 4. More Projects and Exercises

In addition to the mentioned ones, you'll find a variety of projects and exercises to practice and enhance your JavaScript skills.

Folder Structure
```
└── πŸ“site
└── πŸ“assets
└── bg.png
└── game-over.png
└── memoryGame.png
└── ninja-gaming.png
└── palette.png
└── taskList.png
└── index.html
└── πŸ“projects
└── πŸ“Caesar cipher
└── index.html
└── script.js
└── styles.css
└── πŸ“calculator
└── calculator.js
└── display.js
└── index.html
└── script.js
└── styles.css
└── πŸ“colorPalettes
└── index.html
└── script.js
└── styles.css
└── πŸ“hangman
└── index.html
└── palabras.js
└── script.js
└── styles.css
└── πŸ“memoryGame
└── πŸ“images
└── blank.jpg
└── cheeseburger.png
└── fries.png
└── hotdog.png
└── ice-cream.png
└── milkshake.png
└── pizza.png
└── white.png
└── win.png
└── index.html
└── script.js
└── styles.css
└── πŸ“snake project
└── index.html
└── script.js
└── style.css
└── πŸ“taskList
└── index.html
└── script.js
└── styles.css
└── πŸ“timer
└── index.html
└── script.js
└── styles.css
└── styles.css
└── wavesOpacity.svg
```