Bunk Classes is a smart web application designed to help students manage their attendance effectively. With features that calculate and track attendance data, it allows users to determine how many classes they can afford to miss while maintaining the minimum required attendance percentage.
-
Attendance Tracking:
Input total classes held and attended to monitor your attendance percentage. -
Bunk Management:
Calculates how many additional classes you can bunk without falling below the required attendance percentage. -
Responsive UI:
Fully optimized for devices of all sizes, ensuring easy access on desktops, tablets, and mobile devices. -
User-Friendly Interface:
Minimalistic design with simple input fields and dynamic result display for seamless interaction.
- Frontend: HTML, CSS, JavaScript for an intuitive and interactive user experience.
A web browser is all you need to run this application.
- Clone the repository:
git clone https://github.com/Rishika-108/Bunk-Classes.git
- Navigate to the project directory:
cd Bunk-Classes - Open the
index.htmlfile in your browser to start using the app.
Bunk-Classes/
├── index.html # Main HTML file
├── style.css # CSS file for styling
├── script.js # JavaScript for app logic
└── README.md # Documentation
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Commit your changes:
git commit -m 'Add feature-name'. - Push to the branch:
git push origin feature-name. - Submit a pull request.
This project is licensed under the MIT License.