To-Do List Web Application | Tech Stack: HTML, CSS, JavaScript
- Designed browser-based task management application, enabling dynamic task creation, edit, deletion
- Implemented real-time UI updates using DOM manipulation for seamless user interaction.
- Integrated local storage for persistent data retention, ensuring tasks remain saved across sessions.
- Built a responsive interface to enhance usability across devices
Calculator Web Application | Tech Stack: HTML, CSS, JavaScript
- Developed a responsive web-based calculator that supports core arithmetic operations with real-time input rendering
- Implemented structured event handling and validation logic to manage user inputs and prevent invalid operations.
- Designed a clean, intuitive UI with clear and delete functionalities to improve user experience.
- Ensured cross-device responsiveness through structured CSS layout techniques.
Real-Time Digital Clock Application | Tech Stack: HTML, CSS, JavaScript
- Built a dynamic digital clock application using JavaScript timing functions to render real-time updates every second.
- Implemented DOM manipulation for live time and date display, including AM/PM format handling.
- Designed a responsive interface optimized for clarity and performance across screen sizes.
- Applied modular scripting practices to ensure maintainable and scalable code structure.