Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poltanek/school-management-system

A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output
https://github.com/poltanek/school-management-system

Last synced: 19 days ago
JSON representation

A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output

Awesome Lists containing this project

README

        

# School Management System
A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output

## Prerequisites
- Understanding of C#
- Jetbrain Rider 2024.2.7

## Criteria of this Project
- Add, View, Search, Update and Delete Students
- Add, View, Search, Update and Delete Teachers
- Calculate Grades of Students through scores from, A, B, C, D and F
- Save Data onto a txt file & Exit
- Data Loading from a txt file & Start

## Underconstruction