Skip to content

Monika-1082005/Dynamic-Event-Calendar

Repository files navigation

Event Calendar App

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.

Features

  • 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.

Steps

  1. Clone the repository:

    git clone https://github.com/your-username/event-calendar-app.git
  2. Navigate to the project folder:

    After cloning the repository, move into the project directory:

    cd event-calendar-app
  3. Install dependencies:

    npm install
  4. Run the app locally:

    npm start
  5. The app will open in your default browser at http://localhost:3000.

Link to Deployed App

You can access the deployed app here: https://dynamic-event-calendar-seven.vercel.app/