/vanillapress

A simple, mock WordPress front and back end in vanilla JavaScript for the JavaScript for WordPress Master Course

Primary LanguageJavaScript

VanillaPress

A simple, mock WordPress front and back end built in basic, vanilla JavaScript.

This project is part of the JavaScript for WordPress Master Course.

Changelog


[V2]

Added

  • Underscore library

Changed

  • Refactored with Babel and ES6
  • Refactored with more functional programming using Underscore

[V1]

Added

  • Front end view of pages
  • Front end blog section with single views
  • Toggle editor to edit current post/page
  • Navigate posts, pages, settings
  • Edit posts, pages, settings
  • wysiwyg npm editor
  • Add new posts
  • Read data from JSON object
  • Save data to local store
  • Vanilla JavaScript