Skip to content

Latest commit

 

History

History

Mini Project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

🎓 Student and Team Management System 🎮

🚀 Project Overview

This is a mini-project developed in C for managing student records and team creation. The program allows users to:

  • Create and store student records 📘.
  • Display all stored student records 📋.
  • Create teams by pairing two students 🤝.
  • Display all created teams 🏆.

✨ Key Features

  • 📚 Student Database: Store up to 10 student records with details like roll number, name, and college name.
  • 🤝 Team Creation: Pair two students to form a team and maintain a record of up to 10 teams.
  • 💻 Interactive Menu: Provides an easy-to-use interface for navigating through the features.
  • 🖥️ Windows Compatibility: The program is designed and tested to work in a Windows environment.

⚠️ Limitations

  • 🔢 Storage Constraints:
    • The program can store a maximum of 10 students and 10 teams due to predefined array sizes.
  • 📖 Learning Phase:
    • This is not the final version. The project is part of my learning journey, and improvements will be made as I gain more knowledge.

🛠️ How to Run

1️⃣ Compile the code using a C compiler like gcc or any IDE supporting C 🖥️.
2️⃣ Execute the program on a Windows system 🎯.


🏗️ Future Enhancements

  • 🚀 Increase the storage limits for students and teams.
  • 💾 Implement file-based storage to preserve data beyond program execution.
  • 🎨 Enhance the user interface for better usability.

Sample Output 🎉

Processing.....

+++++ Welcome to Student & Team Management System +++++

1. Create New Student Record.
2. Display Student Table!
3. Create New Team
4. Display Team Table!
5. Exit.

Option: 1

--- Fillup Student details! ---
Roll NO: 123
Full Name: John Doe
College Name: XYZ University

Processing Data...
Student Successfully Created!

+ Collected Response +
Roll No: 123
Name: John Doe
College: XYZ University