My Projects

Project Image

Rest Countries Api

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.

CSS JavaScript React.js Jsx JSON Responsive Design
Project Image

whatApp clone

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!

react JavaScript CSS node.js MongoDB render netlify
Project Image

The Shoe Company

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.

HTML Tailwind CSS JavaScript netlify
Project Image

focus on today

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

HTML CSS JavaScript Responsive Design
Project Image

tic tac toe

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

HTML CSS JavaScript Responsive Design
Project Image

healthcare website

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.

HTML CSS JavaScript Responsive Design
Project Image

voting poll app

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.

HTML CSS JavaScript React.js Redux Node.js Express.js Responsive Design
Project Image

prediction of employee turnover

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.

HTML CSS JavaScript React python Responsive Design
Project Image

Jarvis

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

python
Project Image

Web Scraper

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.

Python