Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisecaze/foodmap
Laboratoria Bootcamp - Sprint 3 (challenge) - a mobile website to locate restaurants
https://github.com/denisecaze/foodmap
css3 html5 jquery maps-javascript-api
Last synced: 20 days ago
JSON representation
Laboratoria Bootcamp - Sprint 3 (challenge) - a mobile website to locate restaurants
- Host: GitHub
- URL: https://github.com/denisecaze/foodmap
- Owner: denisecaze
- Created: 2018-08-05T13:03:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T12:07:46.000Z (over 6 years ago)
- Last Synced: 2024-11-10T04:13:39.675Z (3 months ago)
- Topics: css3, html5, jquery, maps-javascript-api
- Language: JavaScript
- Homepage: https://denisecaze.github.io/foodmap/
- Size: 6.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodmap
A website that finds restaurants nearby.## Motivation
It was a challenge of the third sprint of Laboratoria bootcamp. The requirement was to create a site with a breakpoint of 576px where it would be possible to locate some specific restaurants located in the surrounds of Paulista Avenue, in São Paulo - SP, using Google's API. The restaurants suggested for this exercise were accessed through an internal database.## Appearance
![App map](./assets/foodmap.png)## Use
For a better result, set your location to Banco Safra on Avenida Paulista, São Paulo - SP.## Technology Stack
+ HTML5
+ CSS3
+ jQuery
+ [Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/tutorial)## Oficial Roadmap
#### version 2.0.0 (scheduled for November 2018)
+ Code refactoring (using ES6).#### version 1.0.0 (released)
+ In this version you can access your location, if you allow. Also it can find, mark on the map and give details of all restaurants listed in the database file. You can choose a filter or enter an specific name in the search field.