JavaScript Edu Kit is a curated collection of beginner to intermediate-level JavaScript projects, code snippets, and logic-based examples. Built and shared for educational purposes, this repository is ideal for students, self-learners, and anyone looking to strengthen their JS fundamentals through hands-on practice.
This repository serves as a learning hub to:
- Understand core JavaScript concepts through real examples
- Practice coding logic via mini-projects and challenges
- Provide ready-to-use starter code for beginners
- 🔢 Number logic programs
- 📅 Date & time-based utilities
- 🧮 Algorithm practice (sorting, searching, etc.)
- 🎮 Mini web games (e.g., guess the number, tic-tac-toe)
- 📚 DOM manipulation demos
- 🧠 Mini Projects
More projects will be added gradually to expand the learning scope.
javascript-edu-kit/
├── number-programs
├── dom-projects
├── mini-games
├── utilities
├── Mini Projects
├── ....
-
Clone or download the repo:
git clone https://github.com/yourusername/javascript-edu-kit
-
Open any folder/project in your favorite code editor
-
Run the .html file in a browser to see it in action
You're welcome to contribute more projects or improve existing ones!
⏺️ Fork the repository
⏺️ Create a new branch (git checkout -b feature-name)
⏺️ Commit your changes
⏺️ Push and open a pull request
This project is licensed under the MIT License.
