A simple, lightweight calendar application built with Node.js. This app provides an intuitive interface for viewing, managing, and organizing events across months and years.
- 📅 Monthly Calendar View – Navigate through months and years seamlessly
- ➕ Add Events – Create and store events with titles and descriptions
- 🗑️ Delete Events – Remove events you no longer need
- 💾 Persistent Storage – Events are saved locally for future sessions
- 🎨 User-Friendly Interface – Clean and responsive design
- Backend: Node.js
- Frontend: HTML, CSS, JavaScript
- Database: Local file storage (or JSON)
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/calendar-app.git cd calendar-app