Welcome to My Portfolio

I’m a passionate developer creating innovative solutions. 😎

View Projects

About Me

Learn more about my journey and skills.

Profile

I am a BCA student with a solid understanding of programming, software development, and database management. I enjoy solving real-world problems using technology and building efficient solutions. I am actively seeking an entry-level role or internship to apply my skills, contribute to innovative projects, and grow as a competent IT professional.

Skills

πŸ‘¨β€πŸ’» Programming Languages

Python, Java, C

πŸ“š Frameworks & Libraries

Django, Flask

πŸ—„οΈ Databases

MongoDB, MySQL

🌐 Web Technologies

HTML, CSS, Bootstrap, TailwindCss

πŸ›  Tools & Concepts

Git, GitHub, Data Structures

My Projects

Python To-Do Web App (No Framework)

This is a minimal web-based To-Do application built from scratch using only Python’s standard library (http.server). It demonstrates how to handle HTTP requests, serve HTML and static files, and manage simple data storage β€” all without any external frameworks.

View on GitHub

Medical AI Recommendation System

The Medical AI Recommendation System is a Flask-based web application that:Predicts diseases based on user-provided symptoms using a Support Vector Classifier (SVC) model Recommends appropriate doctors based on the predicted disease Allows sorting of doctors by experience, rating, or both Provides a clean, modern user interface with responsive design

View on GitHub

Ecommerce Django Project

This is a full-featured Ecommerce web application built using Django framework. The project leverages MongoDB as the primary database for storing product and order information, while using SQLite for user authentication and session management. It supports user registration, login (including Google social login), product browsing, shopping cart management, and order checkout.

View on GitHub

Portfolio Django Project

This is a Django web application that serves as a personal portfolio website. It features a home page, a contact form, and a custom admin panel for managing projects and contact messages. The backend uses MongoDB for data storage, accessed via pymongo. The admin panel allows for managing project entries and viewing contact submissions.

View on GitHub

Django Chat App

This is a simple chat application built with Django and MongoDB. Users can log in without any username, send messages, and see messages from other active users in real-time.

View on GitHub

Inventory Management System

This is a Django-based Inventory Management System designed to manage various aspects of inventory, user authentication, and dashboards for different user roles. The project includes multiple Django apps such as Admin, FarmersDashboard, and LoginLogout, providing a modular structure for managing different functionalities. The system features: User authentication and registration Admin dashboard and management Farmer's dashboard for inventory and related operations Static and dynamic pages including Landing Page, About Us, and Contact Us Underdevelopment!

View on GitHub