/React-Timetable-Calender

A grid-style calendar with one-hour events that plans out a single week allowing the user to add, edit, and delete events.

Primary LanguageJavaScript

Getting started

This app is built with Vite, a build tool that provides instant server-side rendering and React, a JavaScript library for building user interfaces.

Features

A grid-style calendar with one-hour events that plans out a single week allowing the user to add, edit, and delete events.

Prerequisites

Installation

1. Clone the repository

git clone

2. Install dependencies

npm install

4. Open the app (Vite dev server http://localhost:5173/ )

npm run dev