We'll be building a program to display and manipulate quotes.
- skeleton code for the program
- initial test structure
- the testing framework we'll be using, Jasmine
- src/Quote.js
- spec/QuoteSpec.js
- Jasmine matchers - https://jasmine.github.io/api/2.6/matchers.html
- jasmine-jquery - https://github.com/velesin/jasmine-jquery