Skip to content

6.170 Project 3: Create an application that digitally mimics sticky note functionality. Creating, editing, and deleting sticky notes must be AJAXed so that the bulk of the application stays on one page.

Notifications You must be signed in to change notification settings

carolynz/6170-proj3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: Network Stickies

###Heroku URL

Please put it here: http://tranquil-inlet-4297.herokuapp.com/

###Notes

Safari 6.0.1 was used as the development browser.

Known issues:

  • Clicking the "A" (font) button jumps the screen to the top of the page I had problem preventing the hash-jump because my clicks for the dropdown button somehow don't register properly in jQuery.
  • Changes to the content of a note will not save if the div is still in focus when you refresh. This is an intentional decision. Make sure to click an area outside the note to commit the changes. Refresh to check that the changes persist.
  • Changes to the content of a note may not save if you refresh too quickly. This may be due to poorly-written Javascript on my end, sorry! I tried to make sure the AJAX request for saving the note's changes are sent as quickly as possible.

About

6.170 Project 3: Create an application that digitally mimics sticky note functionality. Creating, editing, and deleting sticky notes must be AJAXed so that the bulk of the application stays on one page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published