No more router (merged Guoyang's branch into henry branch)
Log in and log out works properly on top nav bar.
fixed parts where inputting id/pass for signup/login would create unnecessary url to be formed
eg) localhost....?email=abcd...password=123456....
eg) Pressing "Already have account, sign in" will go to sign in page.
Sign up page invisible when logged in
Made Post Ad visible regardless of loggin or not (but can be made invisible if logged)
some styling is not optimal but probably addressed later in the project.
Not done (May be considered for extra feature ??)
save password: this probably involves browser cookie??
forgot password: spent some time trying this out but may be difficult than it appears.
eg) meteor doc on this seem rather confusing and complicated... may involve sessions
Not done (May be considered for extra feature ??)