
A modern and responsive Real-time Chat Application built with React and Firebase that allows users to register, login, and chat with others instantly in real time. Features Firebase Authentication, live Firestore messaging, notification sounds, and protected routing.

A modern analytics dashboard with interactive Chart.js visualizations including Line, Bar, and Pie charts. Features dark and light mode with localStorage persistence, a responsive sidebar with mobile toggle, and stat cards with dynamic indicators.

A modern job portal application that allows users to search, filter, save, and view job listings. Features dynamic routing, pagination, and persistent saved jobs using Context API and localStorage, providing a real-world job browsing experience.

A responsive travel booking interface that allows users to explore destinations, view hotels, and navigate between pages using dynamic routing. Demonstrates reusable components and modern UI design.

A notes management application that allows users to create, edit, and delete notes with persistent storage using localStorage. Demonstrates state management and dynamic routing in a clean UI.

A movie search application that fetches real-time movie data from the TMDB API. Demonstrates API integration, asynchronous data fetching, and responsive UI rendering.

A weather application that displays real-time weather information using the OpenWeather API. Demonstrates API handling, state management, and responsive design.