A Next.js web app to calculate attendance based on date ranges and holidays.
- Date range selection
- Holiday calculation
- Attendance percentage display
- Local storage caching
- Clone the repo:
git clone https://github.com/Yugveer06/attendance-calculator.git cd attendance-calculator
- Install dependencies:
npm install
- Create a .env.local file and add your API key:
CALENDARIFIC_API_KEY=your_calendarific_api_key
- Run the app:
Visit http://localhost:3000 to view.
npm run dev
- Fork the repo
- Create a branch
- Commit changes
- Push and open a pull request
MIT