General Notes is a simple note app that allows you to sync local and remote content.
Read the full developer walkthrough.
Difficulty: Medium
Code Breakdown:
- 5% HTML
- 14% CSS
- 81% JavaScript
Web API Usage
- IndexedDB
- Stores local and remote notes on the client side.
- appcache
- Enables the page and functionality to work offline.