https://github.com/ahirschberg/notesdemostepthrough
This repo steps through the development of NotesDemo - each commit is a new step
https://github.com/ahirschberg/notesdemostepthrough
Last synced: 10 days ago
JSON representation
This repo steps through the development of NotesDemo - each commit is a new step
- Host: GitHub
- URL: https://github.com/ahirschberg/notesdemostepthrough
- Owner: ahirschberg
- License: other
- Created: 2015-06-04T18:10:11.000Z (almost 10 years ago)
- Default Branch: hopethisworks
- Last Pushed: 2015-06-04T19:48:24.000Z (almost 10 years ago)
- Last Synced: 2023-08-05T02:59:46.073Z (almost 2 years ago)
- Language: CSS
- Size: 621 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NotesDemo STEP 6
Added app/edit_note_ui, and updated app.js so that it loads previously created notes from localStorage via app/notes_storage_manager. Updated app/generate_notes_view with the edit onclick function and an inline notes editor.
The app is now finished; congratulations!