Understanding Frameworks: Rebuilding the Expense Tracker

Rebuilding an application with a framework.

In this course, you'll get firsthand experience using Backbone.js - one of the earlier, popular frameworks for JavaScript. Learning Backbone is an excellent stepping stone to understanding other newer frameworks like Angular and React, as many foundational concepts can be traced to this framework. Backbone is a common requirement in web developer job listings.

Here, you'll get to rebuild the application you previously built (the Expense Tracker). This will give you a unique perspective on the differences between coding an application from scratch, versus using a modern framework to aid in the development process.

This course is taught by Senior Software Engineer and mentor Gerard O'Neill (Trello/Atlassian). Get ready because you're going to learn a lot of useful skills in this course!


Skills covered in this course: HTML CSS JavaScript Frameworks Backbone.js jQuery Data Storage HTTP Form Validation Sorting Routing MVC

Lessons

1. Demo (1:02) Preview
2. Basic Setup (1:44)
3. Backbone Setup (5:39)
4. Add Form (4:51)
5. Add App and View (2:39)
6. Form View Intro (3:37)
7. Append Form View (4:38)
8. Move Form to Js (4:39)
9. Form Submit Setup (3:29)
10. Log Form Values (3:08)
11. Expense Model (4:26)
12. Expenses Collection (5:26)
13. Expenses View (5:06)
14. Expense (5:57)
15. Fix Expenses View (1:34)
16. Display Expense (5:52)
17. Expense Id (3:57)
20. Remove Expense View (3:25)
29. Format Amount Setup (5:41)
32. Format Dates (4:09)
33. Format on Edit (1:48)
34. Fix Firefox (2:43)
35. Sorting Setup (4:29)
36. Router Setup (4:35)
37. Router Params (4:32)
40. Comparator (5:20)