/calendar-model-example

A React example using calendar-model

Primary LanguageJavaScript

Calendar Model Example React App

GitHub license Dependencies Current Version Greenkeeper badge

THIS IS A WORK IN PROGRESS.

This is an example React app - put together very quickly - that illustrates one way of using calendar-model. It builds a simple calendar with a few events on it in each month. The calendar navigates the months of the current year.

Get Started

git clone https://github.com/joe-crick/calendar-model-example

Installing

Once you've cloned the repo, install dependencies

yarn

or

npm i

Start

The project was built using create-react-app, and can be started as follows:

yarn start

or

npm start