A collection of simple, front‑end projects built with HTML, CSS, and JavaScript.
- Overview: Interactive calculator supporting basic arithmetic operations.
- Features:
AC,DEL,%,÷,×,−,+, decimals, and=evaluation. - Tech: Custom UI with grid layout and button interactions.
- Run: Open Calculator/index.html.
- Overview: Memory sequence game that increases difficulty each level.
- Features: Visual flash feedback, user input validation, level tracking, and in‑session high score.
- Tech: DOM events, timed animations, and simple state management.
- Run: Open Simon Say Game/index.html.
- Overview: Static UI clone inspired by Spotify’s interface.
- Features: Layout and styling only (no backend), built to practice responsive structure and modern styling.
- Tech: HTML and CSS.
- Run: Open SpotifyClone/Spotify_HTML.html.
- Overview: Minimal todo app to add and delete tasks.
- Features: Add items, append inline delete buttons, remove items via event delegation.
- Tech: Vanilla JS DOM manipulation and CSS styling.
- Run: Open TodoList/Index.html.
- Option 1: Double‑click the HTML file to open in your browser.
- Option 2 (recommended): Use a local server (e.g., VS Code Live Server) for faster reloads.