Welcome to JavaScript Vault, a curated collection of the best JavaScript projects contributed by the open-source community!
This repository is proudly a part of HashSlap Summer of Code (HSSoC) 🌟
⚠️ Note: We accept only well-structured, useful, or innovative JavaScript projects.
❌ No basic beginner-level projects like calculators, to-do lists, etc.
✅ Put your best work forward!
Organized by project domain inside the projects/ folder:
javascript-vault/
├── projects/
│ ├── productivity/
│ │ └── tab-manager/
│ │ ├── src/
│ │ ├── index.html
│ │ └── README.md
│ ├── games/
│ │ └── snake-ai/
│ │ ├── assets/
│ │ ├── game.js
│ │ └── README.md
│ └── tools/
│ └── markdown-previewer/
│ ├── previewer.js
│ └── README.md
└── README.md
We welcome high-quality projects built using JavaScript (Vanilla JS, Node.js, ES6+, etc.)
✅ Allowed:
- Creative or useful tools and utilities
- JavaScript-based games or simulations
- AI, ML, or algorithmic visualizations
- Browser extensions or automation scripts
- Node.js-based CLI tools
❌ Not Allowed:
- Basic beginner-level projects (e.g., calculator, counter, to-do app, etc.)
- AI-generated projects without review or explanation
- Incomplete or unmaintainable code
📌 For full guidelines, read CONTRIBUTING.md
Each project must include a README.md explaining the following:
# Project Name
## 🚀 Overview
Brief summary of the project and what it does.
## 🔧 Features
- Feature 1
- Feature 2
- Feature 3
## 🛠️ Tech Stack
- JavaScript (ES6+)
- [Any other libraries, if used]
## 📦 How to Run
Steps to install and run the project locally.
## 📸 Screenshots (Optional)
Include visuals or GIFs if possible.
## 📜 License (Optional)
Add if you have a custom license.- 🧑💻 Intermediate to Advanced JS developers
- 📈 Those who want to showcase real-world projects
- 🧪 Contributors with unique use cases, ideas, or utility-based tools
- Fork this repository.
- Create a folder inside
projects/based on your project category. - Add your full project with a proper
README.md. - Submit a Pull Request (PR).
This repository is part of the HashSlap Summer of Code initiative to promote open-source contributions.