mostafa-saeed / Udacity-Map-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity-Map-Project

Simple application shows a map and marks nearby icecream shops!

Online Demo:

https://mostafa-saeed.github.io/Udacity-Map-Project

Technologie used:

  • KnockOut JS
  • Google Maps API
  • FourSquare API
  • jQuery
  • WebPack

How to run it:

  • Clone the project using git clone https://github.com/mostafa-saeed/Udacity-Map-Project.
  • Change the directory using cd Udacity-Map-Project.
  • Open the index.html using your browser!

How to update JS/CSS: (NodeJS REQUIRED)

  • Inside the project directory use npm install to install application dependencies.
  • Use npm run build to rebuild the JS/CSS bundle files.

ToDos:

  • Use browser's localstorage to store the data.
  • Allow the user to change the search location.
  • Use NodeJS to serve the application.

About

License:MIT License


Languages

Language:JavaScript 63.8%Language:HTML 31.5%Language:CSS 4.7%