OpenPlayground

Build, Share & Explore

A community-driven platform where developers showcase their creativity through interactive web projects

Infinite Runner

Action

Neon-styled procedural runner with smooth parallax and score system.

HTML Canvas JS

Calculator

Utility

Basic arithmetic calculator with keyboard support and clean interface.

HTML CSS JavaScript

Tic Tac Toe

Strategy

Classic strategy game for two players with win detection.

HTML CSS JavaScript

Todo List

Utility

Task management with add, edit, delete, and local storage.

HTML CSS JavaScript

Counter

Utility

Simple counter with increment, decrement, and reset functionality.

HTML CSS JavaScript

Quiz Game

Puzzle

Multiple choice quiz with score tracking and timer.

HTML CSS JavaScript

Digital Clock

Utility

Live digital clock displaying current time and date.

HTML CSS JavaScript

Unit Converter

Utility

Convert length, weight, and temperature units with real-time results.

HTML CSS JavaScript

Password Generator

Utility

Generate secure passwords with customizable length and character options.

HTML CSS JavaScript

Password Strength Checker

Utility

Real-time password strength checker with reveal/hide toggle and suggestions.

HTML CSS JavaScript

Weather App

Utility

Instant weather dashboard with dark glassmorphism UI and real-time API data.

HTML CSS JS API

How to Contribute

Ready to showcase your project? Follow these simple steps:

Fork & Clone

Fork the repository and clone it locally

git clone https://github.com/your-username/OpenPlayground

Create Project

Add your project in the projects directory

mkdir projects/my-project

Add Card

Include your project card in index.html

<a href="./projects/my-project/index.html" class="card">

Submit PR

Commit changes and create a pull request

git commit -m "Add: My Project"
Read Full Guide