This repository contains a collection of frontend mini projects developed using HTML, CSS, Bootstrap, JavaScript, and jQuery. The purpose of this repository is to practice core frontend concepts and build reusable UI components.
A simple dice rolling game where players can refresh to determine the winner.
Folder: dice-game/
Tech: HTML • CSS • JavaScript
Interactive drum kit allowing users to play sounds with mouse clicks or keyboard keys.
Folder: drum-kit/
Tech: HTML • CSS • JavaScript
A responsive weather application that displays real-time weather information for a given city using a public API.
Folder: weather-app/
Tech: HTML • CSS • JavaScript • OpenWeather API
A full-featured To-Do application with task creation, deletion, completion tracking, filters, and persistent storage using localStorage.
Folder: todo-app/
Tech: HTML • CSS • JavaScript • LocalStorage