A web app to help users manage their income, expenses, and savings in real time.
Technologies: HTML, CSS, JavaScript, Firebase
Benefits: Learn CRUD operations, data visualization, and local storage.
A chat app that enables users to send and receive messages instantly with WebSocket or Firebase integration.
Technologies: HTML, CSS, JavaScript, Firebase/Socket.io
Benefits: Learn real-time communication, authentication, and live message sync.
An interactive code playground where users can write, run, and test HTML/CSS/JS code in the browser.
Technologies: HTML, CSS, JavaScript, CodeMirror/Monaco
Benefits: Experience in building dynamic UI and working with DOM.
Fetches real-time weather data from an API and displays it based on user location or search.
Technologies: HTML, CSS, JS, OpenWeatherMap API
Benefits: Practice API integration, responsive UI, error handling.
A basic e-commerce cart system to add, update, and remove products with price calculations.
Technologies: HTML, CSS, JavaScript
Benefits: DOM manipulation, cart logic, UI/UX design.