This is a simple calendar application written in Vue, using Vuex for state management.
To run it:
yarn
yarn serve
To run tests:
yarn test:unit
- Tests for
views/Event
andcomponents/Event/*
- Tablet/Desktop layout
- It would be nice if events were saved in some more persistent place than localStorage