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

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

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