AND101 Final Project Brainstorm
* Country quizzer - Ml
* Shows the country flag and allows multiple choice options for the user to pick which country the flag belongs to. Can also display other facts about the country when the right answer is selected
* Movie info app
* News App - J
* App that displays current news and what source it came from, and where you can go if you want to learn more
* Currency exchange app - J
* App that show the real time currency rate exchange of different country.
* Add Graph too
* Nutrition app
* App that will show list food and their nutrition(?)
* MET Museum app
* Quiz: guess the artist that made this painting
* To do app
* displays all To do items and syncs with calendar
* Music recommender Mr
* uses Spotify API to recommend new music for you to listen to based on your interests every day
* shows analytics about your listening
* Restaurant recommender - Ml , Mr
* uses Yelp API/ Google Maps API to recommend restaurants close to you based on the rating
* filters by cuisine, distance
* https://docs.developer.yelp.com/docs/fusion-intro
Here are our evaluations of the top 3 apps: restaurant recommender (R), news app (N) and music recommender (M). We will add a point for every category where we think each app could excel:
- **Category:** The app's respective categories would be food and drink, news, and entertainment
- R=1, N=1, M=1
- **Mobile:** the restaurant recommender's app experience would be uniquely mobile because it would be easy to filter and read when on-the-go, which happens a lot when someone is looking for a place to eat. The music recommender's app experience would be uniquely mobile because it will also allow someone to easily check their recommendations without constantly logging in like you would do on a website. The news app might not be uniquely mobile because everything it would entail could also be done on a website.
- R=2, N=1, M=2
- **Story:** The restaurant app is useful because users can filter by cuisine and see the price range and yelp rating for each app so users know they are going to a good place. The music recommender app is useful because it allows people to listen to new music based on their previous tastes. The news app is useful because it allows all news from all different sources to be in one place.
- R=3, N=2, M=3
- **Market:** All apps are meant for anyone from age-groups 13+
- R=4, N=3, M=4
- **Habit:** None of these apps are habit forming or addicting
- R=5, N=4, M=5
- **Scope:** We believe the recommender app will have a good amount of technical challenge since none of us have worked with a the Yelp API, and a stripped down version of the app should be easy to complete by the deadline. It might be harder to do this with the Spotify API for the music recommender app because the Spotify API is harder to work with.
- R=6, N=5, M=5
After evaluating based on the given criteria, the restaurant recommender scored the highest points and we decided to go with that.
----------------------Part 2---------------------------
# **NearbyEats**
## Table of Contents
1. [App Overview](#App-Overview)
1. [Product Spec](#Product-Spec)
1. [Wireframes](#Wireframes)
1. [Build Notes](#Build-Notes)
## App Overview
### Description
Tired of not being able to choose a place to eat that satisfies your cravings? Bored of eating at the same places over and over again? Meet NearbyEats, the app that helps you broaden your eating horizons and introduces you to the restaurants near you that you might not know! You can filter by cuisine, price range and more!
### App Evaluation
<!-- Evaluation of your app across the following attributes -->
- **Category:** the app's category would be food and drink
- **Mobile:** the app's experience would be uniquely mobile because it would be easy to filter and read when on-the-go, which happens a lot when someone is looking for a place to eat
- **Story:** The app is useful because users can filter by cuisine and see the price range and yelp rating for each app so users know they are going to a good place
- **Market:** The app is meant for anyone from all age-groups
- **Habit:** The app is not habit forming or addictive
- **Scope:** This app will have a good amount of technical challenge since none of us have worked with the Yelp API before, and a stripped down version of the app should be easy to complete by the deadline
## Product Spec
### 1. User Features (Required and Optional)
Required Features:
- Users will be asked for their location
- Users can view a list of restaurants close to them
- Users can filter results by cuisine
- Users can view restaurant phone number and image
Stretch Features:
- Users can view restaurant's Yelp rating
- Users can filter by restaurant's yelp rating
- Users can filter by restaurants price range
### 2. Chosen API(s): Yelp API
- Get Search
- Users can filter and search for restaurants by cuisine or name
- Get Business details
- Users can view a restaurant's name, image, rating, and price range
### 3. User Interaction
Required Feature
- Get restaurant names:
- The user can filter by and see the names of restaurants near them
- Get restaurant price range:
- The user can see the price ranges of the restaurants near them
- Filter by cuisine
- The user can filter the restaurants near them by selecting a cuisine through a checkbox or button
## Wireframes
<!-- Add picture of your hand sketched wireframes in this section -->
<img src="https://imgur.com/Fs1V6Vj.png" width=600>
<br><br>
<img src="https://imgur.com/xgF4tAC.png" width=600>
<br><br>
<img src="https://imgur.com/bNqPvqQ.png" width=600>
<br><br>
<img src="https://imgur.com/9K70uSp.png" width=600>
<br><br>
<img src="https://imgur.com/uFN5Q0j.png" width=600>
### [BONUS] Digital Wireframes & Mockups
### [BONUS] Interactive Prototype
## Build Notes
Here's a place for any other notes on the app, it's creation
process, or what you learned this unit!
For Milestone 2, include **2+ Videos/GIFs** of the build process here!
## License
Copyright **yyyy** **your name**
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.