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.
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.
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.
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.