This is a simple Event Calendar web application built with React. The application allows users to add, edit, delete, and search for events. Events are stored locally in the browser's localStorage
, making the data persistent across sessions.
- Calendar View: View events by date and navigate between months.
- Event Management: Add, edit, and delete events.
- Search Functionality: Search events by name, description, or category.
- Export Events: Export events for the current month in a JSON format.
- Responsive UI: Mobile-friendly design using Tailwind CSS.
-
Clone the repository:
git clone https://github.com/your-username/event-calendar-app.git
-
Navigate to the project folder:
After cloning the repository, move into the project directory:
cd event-calendar-app
-
Install dependencies:
npm install
-
Run the app locally:
npm start
-
The app will open in your default browser at
http://localhost:3000
.
You can access the deployed app here: https://dynamic-event-calendar-seven.vercel.app/