Skip to content

vilagen/grubhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRUB WIZ

Try online at:

https://vilagen.github.io/grubhub/

Technology


  • API
  • Javascript
  • jQuery
  • Bootstrap
  • HTML/CSS

With this project, our instructors organized us into teams of students that haven't worked together before. The goal was to learn how to use github as a team; and to use an agile methodology to brainstorm, plan, and execute a web application within two weeks that used at least two APIs.

Our team came up with the idea of an application that would help users find local restaurants near their location. We used APIs from Zomato, and Google, and included maps from Mapquest.

Items we identified for further, future development

  • Allow users to select non-local cities
  • Include phone number (Zomato charges for this)
  • Include recent reviews
  • Improve sorting by converting distances from text based kilometers, to a number
  • Further debugging of Food Fight game

Mission (Homework)

# project1

Student Do: GitHub Issues

  • In this activity you will create an Issue on GitHub utilizing the template provided.

Instructions

  • Start by listing the tasks involved in completing each of your user stories.

  • Once you have 1-5 tasks written up for each user story, open a GitHub issue for each task by clicking on Issues and the green New Issue button.

Use the template below, replacing the user stories and acceptance criteria with your own.

## User Story
As a user, I want to be able to input search queries so that I can search Stack Overflow when I'm stuck.

## Acceptance Criteria
- [ ] index.html has a text input
- [ ] index.html has a search button
  • This is a critical task. Don't be afraid to ask instructional staff for help during this part. Make sure that each task is clear and everyone on the team understands how to implement each one.

As an example:

In a dating website application...

User Story: As a user I want to see my closest match, so that I can meet someone with whom I share interests.

  • BAD TASK:
  1. On new member form submit, find and display best match.
  • GOOD TASKS:
  1. build a form that captures user scores (1-5) to ten questions.
  2. On submit, save the ten numerical answers to as an array.
  3. Compare the user array to each existing user array and find the closest match.
  4. Display the closest match to the user. ======= =======
  1. Target audience is hungry people that are looking for a local place to eat based on certain criteria.
  2. Provide a simple way to get info about local restaurants.
  3. Provide an intuitive way to search based on criteria such as location, style, cost, menu.
  4. User wants easy way to lookup local restaurant.
  5. User wants to specify type of restaurant.
  6. User wants some user basic review info.

Acceptance Criteria

  1. html has input for search criteria such as style, cost, rating, name of restaurant.
  2. This would be via toggle(s) based on what user wants to search.
  3. html has serach button.
  4. html has div outputs for results, pictures, maps.
  5. Design for mobile layout as priority.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published