CLNDR

screenshot of CLNDR

:calendar: a jQuery calendar plugin that uses HTML templates

Overview

CLNDR.js is a jQuery calendar plugin that was created out of frustration with the lack of dynamic front-end calendar plugins. It provides a solution by allowing users to create their own templates and provides a set of objects to easily generate and style calendars.

Features

  • Customizable templates for creating unique calendar layouts
  • Easy integration with jQuery and Moment.js
  • Support for multiple day events
  • Ability to add custom classes to calendar cells
  • Constraints and date pickers for controlling calendar behavior
  • Internationalization options for displaying calendars in different languages
  • Works with popular JavaScript libraries like Underscore.js and Lo-Dash.js
  • Integration with Angular.js and Rails frameworks

NPM

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

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.