https://github.com/theadhithyankr/bunkit-attendance-tracker
Student attendance tracker for calculating required classes, safe skips, and subject-wise attendance targets.
https://github.com/theadhithyankr/bunkit-attendance-tracker
attendance-app attendance-application attendance-tracker bunk-calculator chartjs education localstorage progress-tracker react react-app student-tools visualization
Last synced: 13 days ago
JSON representation
Student attendance tracker for calculating required classes, safe skips, and subject-wise attendance targets.
- Host: GitHub
- URL: https://github.com/theadhithyankr/bunkit-attendance-tracker
- Owner: theadhithyankr
- Created: 2025-04-16T10:08:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-27T08:13:42.000Z (13 days ago)
- Last Synced: 2026-06-27T10:06:45.792Z (13 days ago)
- Topics: attendance-app, attendance-application, attendance-tracker, bunk-calculator, chartjs, education, localstorage, progress-tracker, react, react-app, student-tools, visualization
- Language: JavaScript
- Homepage: https://bunk-it.vercel.app
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bunkit Attendance Tracker
Attendance tracker for students planning class attendance and shortage risk.

[Repository](https://github.com/theadhithyankr/bunkit-attendance-tracker)
## Overview
Bunkit Attendance Tracker is a attendance project in the TheAdhithyanKR/bunkit-attendance-tracker repository. Student attendance tracker for calculating required classes, safe skips, and subject-wise attendance targets.
The README was written from the repository contents, including its manifest files, source tree, and available project metadata. The primary manifest is `package.json`, and the commands below are taken from its scripts.
## Key Features
- Attendance percentage and shortage-oriented workflow
- Student-friendly subject tracking concept
- Mobile-ready project organization
- Practical academic utility with clear daily use
## Tech Stack
- React
## Project Structure
```text
.
|-- package.json
|-- package-lock.json
|-- postcss.config.js
|-- public/android-chrome-192x192.png
|-- public/android-chrome-512x512.png
|-- public/apple-touch-icon.png
|-- public/favicon.ico
|-- public/favicon-16x16.png
|-- public/favicon-32x32.png
|-- public/index.html
|-- public/logo192.png
|-- public/logo512.png
|-- public/manifest.json
|-- public/robots.txt
|-- public/site.webmanifest
|-- README.md
|-- src/App.css
|-- src/App.js
|-- src/App.test.js
|-- src/AttendanceTracker.js
|-- src/favicon_io.zip
|-- src/index.css
|-- src/index.js
|-- src/logo.svg
```
## Setup
```bash
npm install
npm start
```
## What This Project Demonstrates
- Ability to turn a focused product idea into a working codebase
- Practical use of the repository's chosen framework and tooling
- Attention to deployable structure, repeatable setup, and portfolio-ready presentation
- Project-specific implementation around attendance
## Links
- Repository: [https://github.com/theadhithyankr/bunkit-attendance-tracker](https://github.com/theadhithyankr/bunkit-attendance-tracker)
- Live demo: [https://bunk-it.vercel.app](https://bunk-it.vercel.app)