Bootstrap Calendar

screenshot of Bootstrap Calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.

Overview

Bootstrap Calendar is a full view calendar that is based on Twitter Bootstrap. It provides a customizable and reusable calendar design with support for multiple views, AJAX data feeding, language translation, and more. This calendar aims to fill the gap in the market for full view calendars with native Bootstrap support.

Features

  • Reusable: The calendar does not have a built-in UI, allowing you to design and customize your own unique calendar.
  • Template-based: The calendar views (year, month, week, day) are based on templates, making it easy to change the appearance and style or add new custom views.
  • LESS support: The calendar can be easily styled and adjusted using LESS variables.
  • AJAX data feeding: The calendar uses AJAX to fetch event data from a provided URL, allowing you to dynamically load events.
  • Internationalization (i18n): Language files are connected separately, allowing for easy translation of the calendar into different languages. Holidays are also displayed according to the chosen language.

Summary

Bootstrap Calendar is a customizable and reusable full view calendar based on Twitter Bootstrap. It provides a range of features such as template-based views, AJAX data feeding, language translation, and more. With easy installation and flexibility in design, this calendar is a useful tool for any web development project.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.