This repository contains a collection of basic front-end projects and JavaScript examples that I built while learning.
They are simple demo apps — meant for practice and showcasing — so behaviour/output may vary slightly depending on your browser and environment.
- Add, edit, and delete tasks.
- Tasks persist using
localStorage.
- Static sample product listing page.
- Demonstrates HTML/CSS layout and basic JavaScript interactions.
- Add income and expenses with categories.
- Automatically calculates total income, expense, and balance.
- Persists transactions using
localStorage.
- Multiple-choice questions with a timer.
- Shows score at the end and stores high score in
localStorage.
- Additional small JavaScript examples and snippets for practice.
- HTML5
- CSS3
- JavaScript (Vanilla)
localStoragefor persistent data
- Clone this repository:
git clone https://github.com/<your-username>/<repo-name>.git
💡 Tips:
- Replace
<your-username>/<repo-name>with your GitHub details. - Add small screenshots/GIFs under each project section for a nice look.
- You can add a “Live Demo” link if you host them on GitHub Pages.