This is a School Management App built using Electron.js. It allows users to manage student data, calculate total prices, and update individual student prices efficiently. Below is a detailed overview of the application's features and functionalities.
-
Add Students
- Easily add new students to the system using a form.
- Short command to open the Add Student form:
Ctrl + Shift
. - Interface example:
-
Calculate Total Price
- Automatically calculate the total price of all students.
-
Update Student Price
- Modify the price for individual students.
- Short command to open the Update Price form:
Ctrl + E
. - Interface example:
-
Search for Students
- Quickly search for specific students.
- Short command for search functionality:
Ctrl + F
.
-
Reset Application State
- Hide all open forms (Add, Edit, Search) and return to the initial state of the app.
- Short command to reset:
Ctrl + Alt
. - Initial interface example:
- Clone this repository:
git clone https://github.com/iyehah/Electron-school-app.git
- Navigate to the project directory:
cd Electron-school-app
- Install dependencies:
npm install
- Start the application:
npm start
- Use the short commands mentioned above to interact with different parts of the application efficiently.
- Ensure all required data is entered correctly to avoid issues.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any questions or issues, feel free to reach out to the project maintainer. Iyehah