An Android application for SCTCE students to view their attendance data.
Download latest version: https://github.com/hari-govind/sctce-attendance-app/releases/download/v0.2.0/sctce-attendance-0-2-0.apk
- Multiple account management
- Calculates the hours to be attended to make attendance 75%
- Summary view with visual clues and search
- Compact overview of daily attendance in a calender view
- Using the provided user login, the app scrapes attendance details from the official SCTCE attendance application(
CampusSoftSCTCE now uses a third-party attendance solution.). - The retrieved data is converted into JSON and processed.
- The processed data is then presented in a user-friendly manner
- Cheerio is used to scrape and retrieve attendance details from the official website
- React Navigation, React Native Vector Icons and React Native Calenders are used for data presentation.