Merge 26119cf379
into 08b771c863
commit
82c86a1a19
@ -0,0 +1,18 @@
|
||||
# Food Delivery App
|
||||
|
||||
**Tier:** 3-Advanced
|
||||
|
||||
Sell your homecooked meals online
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can sell homemade meals online to neighbors in the local area.
|
||||
- [ ] User can also buy authentic cultural cuuisines food from neighbors in the local area.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [GrubHub API](https://www.programmableweb.com/api/grubhub)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [DishDivvy](https://play.google.com/store/apps/details?id=com.dishdivvy.ionic&hl=en_US&gl=US)
|
@ -0,0 +1,19 @@
|
||||
# NYC-MetroCard App
|
||||
|
||||
**Tier:** 3-Advanced
|
||||
|
||||
Check metrocard balance and add money to metrocard from phone
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can check metrocard balance from phone
|
||||
- [ ] User can scan metrocard or register card on app
|
||||
- [ ] User can add money to metrocard by connecting debit card or bank account to app which will allow user to add money to metrocard
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Stripe](https://stripe.com/docs/payments#build-your-own)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [example code](https://github.com/stripe-samples)
|
@ -0,0 +1,17 @@
|
||||
# NYC-Traffic-Ticket App
|
||||
|
||||
**Tier:** 3-Advanced
|
||||
|
||||
Avoid getting a traffic ticket when you need to run inside to use the bathroom real quick
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User will be notified when the NYC traffic poilice are in the area when user is parked illegally to make an emergency run.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Cell Tower Triangulation](https://tracki.com/pages/how-gps-tracker-works-and-cell-phone-tower-triangulation-accuracy)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Waze](https://developers.google.com/waze/deeplinks)
|
Loading…
Reference in new issue