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.
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.