Spark is a Flutter-based attendance tracker and calendar app designed for students to monitor and manage their class attendance efficiently. It allows users to store attendance records, track attendance percentage, and view schedules in a structured calendar format.
- Attendance Tracking: Log and monitor your class attendance with ease.
- Percentage Calculation: Automatically calculates and updates your attendance percentage.
- Calendar Integration: View and manage your attendance records in a calendar view.
- Data Storage with Realm: Uses Realm as a local database for seamless and efficient data management.
- User-Friendly UI: Simple and intuitive interface for quick access to attendance records.
- Flutter: Cross-platform framework for building the app.
- Realm Database: Fast and lightweight local storage for attendance data.
To run this project on your local machine:
- Clone the repository:
git clone https://github.com/yourusername/spark.git cd spark - Install Dependencies
flutter pub get
- Run the app
fluter run