Skip to content

varshasaha/remember-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remember-it

A Post-It app.

The app is made with a heirarchial structure with Core at the base, Sandbox on top of it and other modules interacting via Sandbox using pub-sub pattern thus becoming independent and unknown to each others' functionality.(loose coupling)

At the base, jQuery library has been used, but strictly for DOM manipulations, rest of the app is oblivious to this fact and is written in Object Oriented JavaScript with sensical use of patterns such as:

  • Module
  • Revealing Module
  • Constructor
  • Singleton
  • Observer

About

A Post-It app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published