syncfusion_react_calendar

Calendar App

Stars
1
Committers
2

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:

    git clone https://github.com/Bhumika60/Restaurant-react-website.git
    
    
  2. Navigate to the project directory:

    cd Restaurant-react-website
    
    
  3. Install the dependencies:

    npm install
    
    
  4. Start the development server:

    npm start