https://github.com/bhumika60/syncfusion_react_calendar
Calendar App
https://github.com/bhumika60/syncfusion_react_calendar
reactjs syncfusion tailwind-css
Last synced: 5 months ago
JSON representation
Calendar App
- Host: GitHub
- URL: https://github.com/bhumika60/syncfusion_react_calendar
- Owner: Bhumika60
- Created: 2024-08-19T12:21:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T13:47:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T08:09:13.673Z (about 1 year ago)
- Topics: reactjs, syncfusion, tailwind-css
- Language: JavaScript
- Homepage: https://bhumika60.github.io/syncfusion_react_calendar/
- Size: 1.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calendar Application
## Objective
Developed for the ReactJS Developer Intern Assessment from Grey Scientific Labs, this React-based calendar application allows users to view, add, edit, and delete events. The application is optimized, well-tested, and documented.
## Features
- **View Events**: View events in Month, Week, WorkWeek, Day, and Agenda views.
- **Add Events**: Create new events with details such as title, start time, and end time.
- **Edit Events**: Modify event details.
- **Delete Events**: Remove events from the calendar.
## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Syncfusion**: UI components for calendar functionality.
- **Tailwind CSS**: For styling.
## Setup
1. Clone the repository:
```bash
git clone https://github.com/Bhumika60/Restaurant-react-website.git
2. Navigate to the project directory:
```bash
cd Restaurant-react-website
3. Install the dependencies:
```bash
npm install
4. Start the development server:
```bash
npm start