The server configuration codes are all placed in the root directory (/piblic). The client side condes are put in the public directory (/public/public) in the root directory.
- LogIn.html is the log in/register interface of Quick Note.
- QNote.html is the main interface of Quick Note.
- Unit testing directory includes unit tests.
- All related js and css files are put in the public directory.
- css directory includes all css style sheets for the application.
- data directory includes js files which handles sychronization of the application.
- images directory includes all related images used in the application.
- js directory includes all js files.
- logIn directory includes all js and css files for the LogIn.html.