Skip to content

OptifyIndustrialSolutions/Monthly-Calendar

Repository files navigation

Monthly Calendar Web App

This is a GitHub Pages compatible web app for generating a monthly calendar in A4 landscape format. Features:

  • Calendar starts with Monday
  • Displays ISO week numbers
  • Allows selection of month and year
  • Button to print the calendar from the browser

Getting Started

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Build for production:
    npm run build
  4. Preview the production build:
    npm run preview

Deploying to GitHub Pages

  1. Build the project: npm run build
  2. Copy the contents of the dist folder to your gh-pages branch or configure GitHub Pages to serve from /docs.

This project was bootstrapped with Vite.