Vignaraj-1018 / Student-Info-Management

Maintain the student personal data. Maintain the marks and grade of the students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student-Info-management

This is a console application developed for managing student information using hash and heap data structures.

Description

The system allows two types of users: admin and student. The admin can create new students and add their personal details and mark information. The students are then separated using their class code. On the other hand, the student can log in to their account and view their mark details such as subject marks, average, grade, and update their personal details and password for login.

Installation

  1. Clone the repository to your local machine using the following command: git clone https://github.com/Vignaraj-1018/Student-Info-Management.git
  2. Navigate to the project directory.
  3. Compile the program using the following command: gcc main.c -o main
  4. Run the compiled program using the following command: ./main

Usage

  1. When the program starts, you will be prompted to log in as either an admin or a student.
  2. Follow the on-screen instructions to add new students, update personal details, and view mark information.

Dependencies

This application requires a C compiler to be installed on your system. No additional dependencies are required.

Contributing

Contributions are welcome! To contribute, fork this repository and create a new pull request with your changes.

License

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

About

Maintain the student personal data. Maintain the marks and grade of the students

License:MIT License


Languages

Language:C 100.0%