Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.