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

https://github.com/jagritixjha/student_data_app


https://github.com/jagritixjha/student_data_app

Last synced: 25 days ago
JSON representation

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 (Empty)


✨ Home Screen (With Data)

Home Screen (With Data)


✨ Home Screen (With Data)

Home Screen (With Data)


✨ Data Entry Screen

Data Entry Screen




✨ Data Entry Screen

Data Entry Screen


✨ Data Entry Screen

Data Entry Screen


✨ Data Entry Screen

Data Entry Screen


✨ Edit Data Screen

Edit Data Screen




✨ Edit Data Screen

Edit Data 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:

![App Overview Video](screenshots/app_overview.gif)

## 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