This project is a web-based attendance viewer designed for KIET (Krishna Institute of Engineering and Technology). It provides an efficient platform for students to efficiently manage their attendance.
- Student Dashboard: Students can view their attendance records.
- Authentication: Secure login system for students.
- Responsive Design: Accessible on various devices, including desktops, tablets, and smartphones.
Install attendance-kiet locally using one of the following methods:
- Clone the attendance-kiet repository:
git clone https://github.com/AmanDevelops/attendance-kiet- Navigate to the project directory:
cd attendance-kiet- Install dependencies for the project:
npm install- Start the application:
npm run dev- Build the project
npm run build- Run the build
npm run preview- Run the linter/formatter (optional)
npm run lint- Login: Login through the cyber vidya credentials
Contributions are welcome! If you'd like to contribute kindly open an issue first and take approval before working on it:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
This project is licensed under the MIT License.
For more information, visit the live application.

