An open space for developers to build, share, and explore creative projects.
OpenPlayground is a community-driven platform where developers showcase their creativity through interactive web projects.
- Goal: Lower the barrier for beginners to enter Open Source.
- Activity: Build mini-apps (calculators, games, tools) using vanilla web tech.
- Outcome: Learn by doing and get discovered by the community.
We focus on the fundamentals to ensure everyone can participate:
- Languages: HTML5, CSS3, JavaScript (ES6+)
- Icons & Fonts: RemixIcon, Google Fonts (Poppins)
- Deployment: GitHub Pages
- Explore: Browse the
projects/folder to see existing work. - Setup: Fork and clone the repository to your local machine.
- Build: Create a dedicated folder for your tool and write your code.
- Register: Add your project's metadata to the main
index.htmlto showcase it. - Launch: Submit a PR and see your project live on the global site!
We are officially part of ECWOC 2026! We welcome students and first-time contributors with open arms.
- Fork this repository to your account.
- Clone your fork:
git clone [https://github.com/YadavAkhileshh/OpenPlayground.git](https://github.com/YadavAkhileshh/OpenPlayground.git)
cd OpenPlayground- Create your project folder:
mkdir projects/my-awesome-project- Develop: Add your
index.html,style.css, andscript.js. - Submit: Open a PR and mention "Part of ECWOC 2026" in the description.
Important
New to Open Source? Read our detailed Contributing Guide for coding standards and PR rules.
OpenPlayground/
├── projects/ # All community projects (Your work goes here!)
│ ├── calculator/
│ ├── tic-tac-toe/
│ └── your-project/
├── css/ # Global styles
├── js/ # Global scripts
├── index.html # Main website (Update this to list your project)
└── README.md
Looking for inspiration? These are great for first-time PRs:
| Level | Ideas |
|---|---|
| Beginner | Random quote generator, Color palette tool, Countdown timer |
| Intermediate | Weather dashboard, Expense tracker, Memory game, Markdown previewer |
| Advanced | Code editor, Music visualizer, Mini social network dashboard |
Check out what the community has built so far:
- Calculator - Functional with keyboard support.
- Tic Tac Toe - Classic game with smooth UI.
- Todo List - Task manager with persistence.
- Code of Conduct: We follow a strict Code of Conduct.
- Get Help: Use Discussions for ideas or Issues for bug reports.
- Show Love: Star this repository 🌟 to help more developers find us!
Made with ❤️ by the OpenPlayground Community