This repository contains a collection of small web development projects created to practice and demonstrate core frontend skills using HTML, CSS, and JavaScript, along with modern frameworks.
A browser extension-style project that simulates an ad-blocking functionality. It hides or removes common ad elements from a webpage using JavaScript and DOM manipulation.
Features:
- Detects and blocks ad containers
- Minimal interface
- Can be toggled on/off
A frontend replica of the Netflix homepage, built using HTML, CSS, and JavaScript.
Features:
- Fully responsive layout
- Interactive UI components
- Clean design inspired by Netflix
Frontend for an open discussion forum web app, where users can post threads, reply, and interact.
Tech Stack:
- ReactJS
- Responsive Design (Flexbox/Grid)
- Reusable components
This is part of a larger full-stack forum project.
These mini-projects serve as learning tools and portfolio items. They demonstrate knowledge of:
- Core Web Technologies
- UI/UX design practices
- Component-based development
- Web extension basics
Each project resides in its own folder under projects/. To run any of the projects:
cd projects/<project-name>
open index.html