Skip to content

MVP calendar with additional highlighter module

Notifications You must be signed in to change notification settings

tbazko/calendar

Repository files navigation

MVP Calendar

This is very simple implementation of calendar made with MVP design pattern in mind. Features:

  • Shows one month per view
  • Highlights 'today' date
  • Week starts from Sunday
  • Has button to return user to current month

Idea is create a calendar module to which other module (features) can be connected. Communication done through observer in CalendarModel and some public functions.

MVP Calendar highlighter (optional)

Can be added to calendar to highlight different amount of days in calendar.

About

MVP calendar with additional highlighter module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published