An open API service indexing awesome lists of open source software.

https://github.com/ankitsingh2105/calendar

Dynamic Event Calendar Application
https://github.com/ankitsingh2105/calendar

calander css dynamic reactjs

Last synced: about 2 months ago
JSON representation

Dynamic Event Calendar Application

Awesome Lists containing this project

README

          

# Dynamic Event Calendar Application

## Summary

The **Dynamic Event Calendar Application** is a web application designed to help users organize and manage events on a calendar. It allows users to:

- View events by date.
- Add, edit, or delete events.
- Filter events by name.
- Navigate through months using the "Previous" and "Next" buttons.
- Display detailed event information, including event name, description, start and end time, special tags and a description.

The application is built using React, providing a clean and responsive UI with real-time event updates.

## Screenshots
newProject111
newProject112

## Features

- **Event Viewing**: Users can view all events for a specific date.
- **Event Management**: Users can add, edit, and delete events.
- **Month Navigation**: Users can easily navigate through the months using the "Previous" and "Next" buttons.
- **Event Filtering**: Users can filter events by date and type.

## Technologies Used

- **Frontend**: React.js
- **Styling**: CSS

## Instructions to Run Locally

#### Clone the Repository

First, clone the repository to your local machine:

```bash
git clone https://github.com/ankitsingh2105/Calander.git

```

#### Install all dependencies
```
npm install
```

#### Start the project
```
npm run dev