Built a React app that lets you explore countries with details like flags, population, region, and capital. Instead of fetching live data, I used a locally stored REST Countries dataset so it loads faster, works offline, and gives consistent results. Includes a simple search to quickly find any country.
I built a chat interface that looks and feels just like WhatsApp Web! It's a full-stack app that processes real-time webhook data and stores it in a MongoDB database. You can see all your conversations, view message statuses, and even send new demo messages. The whole app is deployed and live on a public URL. It was a fun challenge that really helped me combine frontend and backend skills!
The Sneakerss is a stylish, high-performance e-commerce website designed for sneaker lovers. Crafted entirely with Tailwind CSS and vanilla JavaScript, this project highlights my skills in building modern, responsive, and interactive web interfaces without relying on traditional CSS.
A minimalist and interactive web application designed to help users set and track up to three daily goals. The app features a clean interface with a progress bar that updates as tasks are completed, encouraging users to maintain focus and productivity. Motivational quotes are displayed to inspire users throughout their day
Designed and built a Tic Tac Toe web game with JavaScript, featuring dynamic UI updates, real-time win/draw detection algorithms, and a responsive layout optimized for both desktop and mobile browsers
A responsive and user-friendly healthcare website designed to provide essential medical services and information to users. The site includes dedicated sections for services offered (like general checkups, diagnostics, telemedicine, etc.), an about section that introduces the healthcare providers or facility, and a contact form for appointments or inquiries.
The Voting Pool App is a full-stack web application that allows
users to create and participate in polls in a simple and
interactive way. Users can register and log in to start voting on
existing polls or create their own custom polls on any topic they
like.
This app combines a user-friendly frontend with a secure,
efficient backend, making it easy for anyone to engage in quick
decision-making or gather opinions on anythingβfrom favorite
movies to serious community questions.
The Profile Card project is a clean and modern UI component that presents user information in a visually appealing card layout. It includes the user's profile picture, name, short bio, and links to social media. The card is fully responsive and includes hover effects for interactive engagement. Built using HTML, CSS Flexbox, and minimal JavaScript for animations.
JARVIS is a personal AI virtual assistant inspired by Marvelβs iconic J.A.R.V.I.S. It is designed to perform voice-activated tasks and respond intelligently to user commands. Built using python, JARVIS can greet users, fetch weather, open websites, tell the time/date, answer basic questions, and execute pre-defined tasksβall through voice interaction
A custom-built web scraping tool developed using Python and BeautifulSoup/Selenium to extract structured data from dynamic websites. This scraper automates data collection for use cases like product listings, student results, job postings, and more. The scraped data is stored in CSV or JSON format and can be integrated into dashboards or further analysis pipelines.