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

https://github.com/abanoub-refaat/javascript_projects

A collection of JavaScript projects I’ve built while learning and experimenting with DOM manipulations.
https://github.com/abanoub-refaat/javascript_projects

dom-manipulation-practice dynamic-webpages front-end-development interactive-ui javascript javascript-learning vanilla-javascript webdevelopment

Last synced: 4 months ago
JSON representation

A collection of JavaScript projects I’ve built while learning and experimenting with DOM manipulations.

Awesome Lists containing this project

README

          

# JavaScript Projects

Welcome to my JavaScript Projects repository! This collection showcases some of the projects I've created during my journey of learning JavaScript, with a focus on DOM manipulations.

## 🌟 Featured Projects

Explore some of the key projects I've worked on:

1. **Guess My Number Game**
- Description: A classic design game that expects you to guess a secret number from 1 to 20 with the least mistakes.
- [Live Demo](https://abanoub-refaat.github.io/JavaScript_Projects/GuessMyNumber/index.html) | [Source Code](https://github.com/abanoub-refaat/JavaScript_Projects/tree/main/GuessMyNumber)

2. **Sudoku Hard Level Puzzle**
- Description: A hard-level Sudoku Puzzle if you miss 10 times you lose.
- [Live Demo](https://abanoub-refaat.github.io/JavaScript_Projects/SudokuGame/index.html) | [Source Code](https://github.com/abanoub-refaat/JavaScript_Projects/tree/main/SudokuGame)

3. **Pig Game**
- Description: A dice rolling game you can play with a friend and the person who gets 100 WINS!
- [Live Demo](https://abanoub-refaat.github.io/JavaScript_Projects/PigGame/index.html) | [Source Code](https://github.com/abanoub-refaat/JavaScript_Projects/tree/main/PigGame)

## 🔧 Technologies Used

- **JavaScript**
- **HTML/CSS**
- **DOM Manipulations**

---

Feel free to explore the projects and see how I’ve utilized JavaScript to create dynamic and interactive web elements. Your feedback and suggestions are always welcome!