Bank Management Syatem

The Bank Management System is a console-based project developed using the C programming language. It is designed to simulate core banking operations such as creating new accounts, viewing account details, depositing and withdrawing money, and deleting accounts. This project uses file handling to store and manage account information persistently, even after the program is closed.

    πŸ”‘ Key Features:
  1. Create new bank account
  2. Display account details
  3. Deposit money
  4. Withdraw money
  5. Search account by account number
  6. Delete account
  7. Secure and menu-driven interface

C Language

Hospital Management

The Hospital Management System is a console-based application built using the C programming language. It is designed to manage essential hospital operations digitally such as patient registration, appointment scheduling, doctor information management, and medical billing. The system uses structures to organize and store information about patients and doctors, and file handling for persistent data storage. It simulates the core operations of a hospital's front-desk and outpatient system.

    πŸ”‘ Key Features:
  1. Add new patient records
  2. Display all patient records
  3. Search patient by name or ID
  4. Edit or delete patient details
  5. Add/view doctor details
  6. User-friendly menu interface

C Language

Bus Reservation System

The Bus Reservation System is a console-based application developed in C programming language that allows users to manage bus bookings digitally. The system enables admin users to add new buses, and passenger users to book seats, check availability, view passenger lists, and cancel reservations. The project uses structures to organize data and file handling to store all booking information persistently. It simulates a real-world reservation system for learning and demonstration purposes.

    πŸ”‘ Key Features:
  1. Add new bus and route details
  2. Display available buses and their details
  3. Book tickets for a specific bus and seat number
  4. View passenger details for a selected bus
  5. Cancel a reserved ticket
  6. User-friendly menu interface

C++ Language

Netflix-Clone

A simple and responsive Netflix Clone built using HTML and CSS. This project mimics the homepage design of Netflix and is fully user-friendly with a clean layout, optimized for different screen sizes.

    πŸ”‘ Key Features:
  1. Real Netflix-style homepage design
  2. Fully responsive for all devices
  3. Easy to navigate UI
  4. Clean and minimalistic layout
  5. Beginner-friendly code structure
  6. User-friendly menu interface
HTML5 CSS3