Simple Calendar is project built for Develop With WP. While it is a functional datepicker/calendar it was built primarily as an educational How-to.
- Uses ES2015+ Javascript Syntax
- Built in Vanilla Javascript
- Built using a Redux type Centralized Global State Object
- Demonstrates creating single purpose, reuseable, and pure functions.
- Shows how to build a modular Javascript Component with imports and exports.
- Uses Babel and Webpack as it's build process.
