An open API service indexing awesome lists of open source software.

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

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!