Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonatanadam/doritos-smart-school
School interface in WPF
https://github.com/yonatanadam/doritos-smart-school
school-project
Last synced: about 2 months ago
JSON representation
School interface in WPF
- Host: GitHub
- URL: https://github.com/yonatanadam/doritos-smart-school
- Owner: YonatanAdam
- License: mit
- Created: 2024-02-17T10:54:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T11:22:13.000Z (11 months ago)
- Last Synced: 2024-02-18T11:41:52.734Z (11 months ago)
- Topics: school-project
- Language: C#
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart School Management System
## Overview
The Smart School Management System is a desktop application built using WPF (Windows Presentation Foundation) and C# with a focus on Object-Oriented Programming (OOP) principles. It serves as a platform for students to view their grades and for teachers to manage and assign grades to students efficiently. The application utilizes a database backend managed by OleDb for storing and retrieving data.## Features
- **Student Dashboard**: Provides students with access to view their grades for various subjects.
- **Teacher Dashboard**: Enables teachers to input, update, and manage grades for their respective classes.
- **Database Integration**: Utilizes OleDb for seamless interaction with the backend database.
- **User Authentication**: Ensures secure access to the system with authentication mechanisms for students and teachers.## Requirements
- .NET Framework
- Visual Studio (or any compatible IDE for C# development)
- OleDb compatible database (e.g., Microsoft Access, SQL Server, etc.)## Usage
=== N/A ===## Contributing
Contributions are welcome! If you'd like to contribute to the project, please fork the repository, make your changes, and submit a pull request. Be sure to follow the project's coding conventions and guidelines.## License
This project is licensed under the [MIT License](LICENSE).