/material-calendar

Mobile-first calendar built with React, Material-UI, and FullCalendar

Primary LanguageTypeScript

Material Calendar

Calendar client app using React, Material UI, and FullCalender.

A complementary backend repo, Material Calendar API, uses Express & MySQL to serve and store the calendar data.

config

Copy the .env config as .env.local and enter your local overrides.

npm start to serve this repo from localhost:3000.

Needs a backend API to function. See this repo.