https://github.com/jagritixjha/student_data_app
https://github.com/jagritixjha/student_data_app
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagritixjha/student_data_app
- Owner: jagritixjha
- Created: 2024-04-26T11:54:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-23T15:58:27.000Z (10 months ago)
- Last Synced: 2024-07-23T18:36:53.038Z (10 months ago)
- Language: Dart
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Data Manager App
The Student Data Manager App is a dedicated mobile application designed to manage student information efficiently. This app allows users to enter, display, modify, and delete student records. It includes functionalities for handling data operations seamlessly, making it ideal for educational institutions or personal data management.
## Screenshots
✨ Home Screen (Empty)
![]()
✨ Home Screen (With Data)
![]()
✨ Home Screen (With Data)
![]()
✨ Data Entry Screen
![]()
✨ Data Entry Screen
![]()
✨ Data Entry Screen
![]()
✨ Data Entry Screen
![]()
✨ Edit Data Screen
![]()
✨ Edit Data Screen
![]()
✨ Edit Data Screen
![]()
✨ Edit Data Screen
![]()
## Video Demo
Below is a video demonstrating the app's workflow and usage:

## How to Use
1. **Starting the App**:
- Launch the app to view the splash screen, followed by the home screen displaying all student records.
- If no records exist, the empty state screen is shown.2. **Adding a Student**:
- Tap the 'Add Student' button on the empty state screen or the '+' icon on the home screen.
- Fill in the student's details and save.3. **Modifying and Deleting Data**:
- On the home screen, tap the 'Edit' icon next to any student record to modify.
- Use the 'Delete' icon to remove a student record.4. **Viewing Student Details**:
- Tap on any student entry in the home screen list to view detailed information.## Installation
To run the Student Data Manager App on your local machine, follow these steps:
```bash
git clone https://github.com/jagritixjha/student-data-manager-app.git
cd student-data-manager-app
flutter pub get
flutter run