Skip to content

Yugveer06/attendance-calculator

Repository files navigation

Attendance Calculator

A Next.js web app to calculate attendance based on date ranges and holidays.

Features

  • Date range selection
  • Holiday calculation
  • Attendance percentage display
  • Local storage caching

Setup

  1. Clone the repo:
    git clone https://github.com/Yugveer06/attendance-calculator.git
    cd attendance-calculator
  2. Install dependencies:
    npm install
  3. Create a .env.local file and add your API key:
    CALENDARIFIC_API_KEY=your_calendarific_api_key
  4. Run the app:
    npm run dev
    Visit http://localhost:3000 to view.

Live Demo

Contributing

  • Fork the repo
  • Create a branch
  • Commit changes
  • Push and open a pull request

License

MIT