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

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.

Awesome Lists containing this project

README

          

# Bunkit Attendance Tracker

Attendance tracker for students planning class attendance and shortage risk.

![React](https://img.shields.io/badge/React-20232A?logo=react)

[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)