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.
- Host: GitHub
- URL: https://github.com/abanoub-refaat/javascript_projects
- Owner: abanoub-refaat
- Created: 2024-06-29T08:46:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:22:14.000Z (over 1 year ago)
- Last Synced: 2025-04-09T19:03:56.077Z (9 months ago)
- Topics: dom-manipulation-practice, dynamic-webpages, front-end-development, interactive-ui, javascript, javascript-learning, vanilla-javascript, webdevelopment
- Language: JavaScript
- Homepage: https://abanoub-refaat.github.io/JavaScript_Projects/
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!