Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.45 KB

Gather - An Event Planner

This first Udacity in the Senior Web Developer Nanodegree project lets you create an account and sign in into this created account. Furthermore, you will be able to create and view public and unlisted events ( account required ). Public events are visible to all users whether logged into the application or not while unlisted can be accessed only by using a link with appropriate ID. When you view the app on the displays higher than mobile phones you will see google map with all events created within the application. On mobile view you will see only zoomed in location of the event.

Get Started.

Get started by intalling npm; please follow this tutorial -> http://blog.npmjs.org/post/85484771375/how-to-install-npm

After installing npm, you are prepared to install gulp so you can test the application; please follow this tutorial -> https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md

Next go to the containing folder and run:

'npm install'

Lastly run:

'gulp'

Technologies Used.

*Google Maps Places Autocomplete *Google Static Maps API *Firebase *HTML5 *CSS3 *Javascript *SCSS *Gulp