ripgamer / SMS

student management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS (Student Management System)

SMS or Student Management System is a simple CLI based C program which can handle student data and store it in a .txt file.

Language

πŸ’» Usage

  1. Clone the repository: git clone https://github.com/ripgamer/SMS.git
  2. Navigate to the project directory: cd SMS
  3. Compile the program: gcc sms.c -o sms
  4. Run the program: ./sms

✨ Features

  • Add a new student record βž•
  • Display all student records πŸ‘οΈ
  • Search for a student record by roll number πŸ”
  • Modify a student record ✏️
  • Delete a student record ❌

πŸ“ File Structure

  • sms.c - source code file containing the main program logic
  • students.txt - text file where student records are stored

🀝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.

πŸ“ƒ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❀️ by RipGamer πŸš€

About

student management system

License:MIT License


Languages

Language:C 95.8%Language:Makefile 4.2%