Table of Content
Project 7 – Books to Buy
Books wishlist example.
You can check out the final product here before going through the tutorial steps.
- Example: Books to buy
- Books-to-buy Mockup
- Model for adding book
- View for adding book
- Cloning with data
- Remove book entry
- Taking the inputs data
- Introducing LocalStorage
- Converting Objects into JSON String
- More Complex Keys
- Complex Keys – Hands On Exercise
- Saving the book list
- Adding tags as string
- Refractoring the LocalStorage module
- Planning the tags data structure
- Introducing Lo-Dash
- Listing all the tags
- Know which checkboxes are checked
- Adding the ISBNs to tag data
- Getting the book list from tag
- Render book list with argument
- Reseting all data
- Optional – Panel
- Adding Amazon link
- Enhance the remove button in list item
- Books-to-buy challenge
What’s next? We’re going to take a look at “Example – Books to buy”.