Author: Nicole Version: 1.0.0 (increment the patch/fix version number up if you make more commits past your first submission)
This application dynamically generates articles on a web page. We use handlebars js to streamline the templating process so that each key value pair in the object will be filled out much more quickly and efficiently.
Create an index.html file which contains all the templating and scaffolding for the website, create CSS files for styling, create blogArticles.js files which contain all the article objects, create article.js file which handles the instantiating of objects and utilization of the Handlebars template, create articleView.js file which handles the showing and hiding of features on the page.
We use HTML for content, utilizing Handlebars for their templating features. CSS is used for styling of the web page. Javascript for the logic and jQuery for dynamically filling the DOM.
01-13-2018 09:00PM Cloned repository to computer. 01-13-2018 09:05PM Added script tags to HTML. 01-13-2018 09:20PM Created Handlebars Template. 01-13-2018 09:30PM Created toHTML function in Articles JS 01-13-2018 09:40PM Refactored functions. 01-13-2018 10:15PM Did debugging to figure out why filters were not working.
Handlebars documentation helped me build this application. http://handlebarsjs.com/