Back to Portfolio
Web Development
Web Dev Projects
Interactive web applications built with modern HTML5, CSS3, and vanilla JavaScript — no frameworks, just clean code.
2 Projects 2
HTML5
CSS3
JavaScript
To-Do List App
A clean, interactive task management app with add, complete, and delete functionality. Tasks persist across sessions using localStorage.
localStorage
Responsive
- Add, mark complete, and delete tasks with smooth UI transitions.
- Tasks saved to localStorage — persist on page refresh.
- Responsive design works on all screen sizes.
HTML5
CSS3
JavaScript
REST API
Weather App
Real-time weather application that fetches live data from OpenWeatherMap API. Displays temperature, humidity, wind speed, and weather conditions for any city worldwide.
Live API Data
Any City
- Integrates with OpenWeatherMap REST API for real-time data.
- Displays temperature, humidity, wind speed, and weather icon.
- Search by city name with error handling for invalid inputs.