My Projects
Explore the detailed projects I’ve worked on. Each one reflects my passion and skills in web development, from simple concepts to complex applications.

Tic-Tac-Toe Game
A classic two-player Tic Tac Toe game built using C programming. This project showcases fundamental concepts of logic building, arrays, and user interaction. Players take turns entering their moves, and the game determines the winner or declares a draw based on the board state.
Technologies: C programming

Football Management System
A console-based application built to manage football players' information. The system allows users to add, search, view, and delete player records. It leverages file handling to store data persistently in a .dat file. The project highlights advanced C++ concepts such as file streams, string manipulation, and algorithms for efficient data management. This tool ensures an organized and interactive way to maintain a football team's roster.
Technologies: C++