Dynamic Event Calendar Application A modern, feature-rich calendar application for managing events with a clean user interface. Features
Interactive Calendar View
Monthly navigation with intuitive grid layout Quick date selection and overview
Comprehensive Event Management
Create, edit, and delete events View events by day, week, or month
Persistent Storage
All events automatically saved to localStorage No data loss between sessions
Modern UI Design
Built with shadcn components Responsive layout for all devices
Advanced Functionality
Color-code events by category or priority Export your calendar data in JSON or CSV formats
Getting Started Prerequisites
Node.js (version 14 or higher) npm or yarn package manager
Installation
Fork the repository Click the "Fork" button at the top right of the repository page Clone your forked repository bashCopygit clone https://github.com//dynamic-event-calendar.git cd dynamic-event-calendar
Install dependencies bashCopynpm install
yarn install
Start the development server bashCopynpm run dev
yarn dev
Technologies Used->
React.js shadcn/ui component library localStorage API