This is a simple progressive web app react application that showcases CRUD operation in react redux.
This application utilizes react-big-calendar and react-datetime components to add and remove events to a calendar.
It also showcases the use of localForage to store the calendar events for offline use as well as to retrieve it in future instances.
To clone and run this application locally, execute the following command:
git clone https://github.com/yasnaraj/react-calendar-events-example.git
cd react-calendar-events-example
npm install
npm start