This project is a PHP-based web application that allows administrators to manage attendance and leave records effectively. Designed with simplicity and functionality in mind, this system is ideal for educational institutions, especially for tracking student attendance in schools, colleges, and training programs.
This is a beginner-friendly project that:
- Helps students/employees track attendance and leave status
- Gives admins an interactive dashboard to view and manage records
- Is ideal for 👩💻 GSSoC contributors, especially first-time contributors
Layer | Technology |
---|---|
Frontend | HTML, CSS, JavaScript |
Backend | PHP |
Database | MySQL |
Charts | Chart.js |
Versioning | Git & GitHub |
attendance-tracker/ ├── index.php ├── dashboard.php ├── css/ ├── js/ ├── db/ └── README.md
We welcome all kinds of contributions! Here's how to get started:
- Check Issues
- Comment: “Please assign me this issue under GSSoC 2025”
- Once assigned, fork and clone the repo
- Make your changes and submit a pull request (PR)
# Fork the repository
git clone https://github.com/your-username/AttendanceTracker.git
cd AttendanceTracker
# Create a new branch
git checkout -b feature/your-feature-name
# Make your changes, then
git add .
git commit -m "Add: your feature or fix description"
git push origin feature/your-feature-name
This project is developed and maintained as part of GirlScript Summer of Code 2025 (GSSoC’25).
Made with ❤️ by @sachiikrish and an awesome community of open-source contributors.
This project is licensed under the MIT License.