An open API service indexing awesome lists of open source software.

https://github.com/Mavitopia/frontend-playground

๐Ÿš€ A collection of small, fun, and experimental projects ๐ŸŽจ๐Ÿ’ก
https://github.com/Mavitopia/frontend-playground

angular angularjs bootstrap css css-flexbox css-grid html html-css-javascript html5 javascript jquery projects projects-list responsive training website

Last synced: 6 months ago
JSON representation

๐Ÿš€ A collection of small, fun, and experimental projects ๐ŸŽจ๐Ÿ’ก

Awesome Lists containing this project

README

          

# Frontend Playground ๐ŸŽจ๐Ÿ’ป

A compact collection of small, hands-on front-end projects for learning and experimentation with **HTML, CSS, and JavaScript** โ€” practical, responsive.

[![GitHub Pages](https://img.shields.io/badge/Live%20Demo-Available-green)](https://mavitopia.github.io/frontend-playground/)

---

## Projects (short)

A concise list โ€” each project folder contains the source.

- **BreatheFlow** โ€” guided inhale/hold/exhale breathing trainer (minimal UI, responsive).
- **Breakout** โ€” classic paddle-and-bricks arcade game (score, controls).
- **Custom Video Player** โ€” jQuery-based player with playback, fullscreen, speed, progress.
- **RichList Manager** โ€” generate users, simulate wealth operations (double, filter, sort, total).
- **CurrencyX** โ€” simple currency converter (uses randomized/live rates depending on build).
- **Expense Tracker** โ€” basic income/expense recorder (UI-focused).
- **Form Validator** โ€” registration form with live validation and TOS modal.
- **Ageify** โ€” age calculator (years/months/days).
- **BuyCoin** โ€” simulated crypto buy/sell/transfer with random prices.
- **Pricing Table** โ€” static, responsive pricing table demo (UI only).
- **Functional Calendar** โ€” JS calendar with functionality.
- **QuizApp** โ€” multiple-choice quiz with score/results. - Not fully responsive

> Tip: For testing and seeing each project open them in site provided in this repo

---

## Important Note ๐Ÿ“

> **From now on, all new JavaScript projects will be added to the newly created [JS Projects](add later) repository.**

This repo will remain as a showcase of existing front-end experiments.

---

## Quick start

> Best viewed in landscape on mobile.

```bash
git clone https://github.com/Mavitopia/frontend-playground.git
# then open the project's index.html (or each project's folder) in your browser
```
## Tech stack
```
HTML5 ยท CSS3 ยท JavaScript (ES6+) ยท optional jQuery for a few demos
```