Chapter 8. Moving Further with the Notekeeper Mobile Application
In this chapter, we're going to begin assembling everything we've learned about lists, forms, pages, and content formatting into a suitable "mobile application", the Notekeeper application.
In this chapter, we will cover the following topics:
- Accepting user input using forms
- Storing user-inputted data locally using the HTML5
localStorage
functionality - How to add, edit, and remove items from the page dynamically