Skip to content

vtchris/project1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRUB WIZ

Try online at:

https://vtchris.github.io/project1/

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 that used at least two APIs within two weeks.

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

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

<ol>
    <li>Target audience is hungry people that are looking for a local place to eat based on certain criteria.</li>
    <li>Provide a simple way to get info about local restaurants.</li>
    <li>Provide an intuitive way to search based on criteria such as location, style, cost, menu.</li>
    <li>User wants easy way to lookup local restaurant.</li>
    <li>User wants to specify type of restaurant.</li>
    <li>User wants some user basic review info.</li>
</ol>

## Acceptance Criteria

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • HTML 22.4%
  • CSS 9.0%