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
- Host: GitHub
- URL: https://github.com/jefrey13/javascript-practices
- Owner: Jefrey13
- License: apache-2.0
- Created: 2024-01-31T04:33:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T04:52:59.000Z (about 2 years ago)
- Last Synced: 2025-01-27T15:45:49.068Z (about 1 year ago)
- Topics: dom-manipulation, game, javascript, practice-programming
- Language: JavaScript
- Homepage:
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## Repository Contents
### 1. Task List
Organize your daily tasks with this simple to-do list application. Add, remove, and mark your completed tasks.

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

### 3. Interactive Color Palette
Explore an interactive color palette that allows you to select and copy hexadecimal codes for your projects.

### 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
```