
This Bookmark App allows users to save and manage favorite links using localStorage, with a lightweight responsive interface and dynamic DOM updates.
Languages:

A clean calculator for basic arithmetic operations with responsive UI and state handling in JavaScript.
Languages:

Create a personalized countdown to any event, updating days/hours/minutes/seconds in real time.
Languages:

A Kanban-style drag & drop interface using native drag events and DOM manipulation.
Languages:

Loads more content automatically as you scroll, using Intersection Observer + async loading.
Languages:

A reflex game with randomized insects and increasing difficulty—great for DOM + animation practice.
Languages:

Fetches jokes from an API and reads them aloud using text-to-speech (TTS).
Languages:

Classic Snake game built with canvas + keyboard events, collision detection and game loop logic.
Languages:

Timed math game with score tracking—great practice for timers, UI updates and logic.
Languages:

Custom audio player with play/pause, skip, repeat and progress tracking using JS events.
Languages:

Fetches NASA Astronomy Picture of the Day and displays image + description via REST API.
Languages:

Canvas drawing app with brush color/size controls—learn canvas + mouse events.
Languages:

Generates strong passwords based on length/characters options—great string practice.
Languages:

Classic Pong with collision detection and simple AI—canvas-based animation practice.
Languages:

Fetches random quotes from an API and renders them dynamically—async JS basics.
Languages:

Rock Paper Scissors extended with Spock & Lizard—logic + DOM interactions.
Languages:

Custom HTML5 video player with your own controls, progress bar and fullscreen toggle.
Languages: