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
- Host: GitHub
- URL: https://github.com/ankitsingh2105/calendar
- Owner: ankitsingh2105
- Created: 2024-12-22T12:24:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T17:36:39.000Z (over 1 year ago)
- Last Synced: 2025-02-22T22:41:34.751Z (over 1 year ago)
- Topics: calander, css, dynamic, reactjs
- Language: JavaScript
- Homepage: https://dynamic-calendar-21.netlify.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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