From f822900c048091686786b45d13f3432c4b40be90 Mon Sep 17 00:00:00 2001 From: Joseph Amis Date: Fri, 30 Oct 2020 10:23:59 -0400 Subject: [PATCH 1/4] NYC Metrocard.md --- Projects/3-Advanced/NYC-MetroCard.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Projects/3-Advanced/NYC-MetroCard.md diff --git a/Projects/3-Advanced/NYC-MetroCard.md b/Projects/3-Advanced/NYC-MetroCard.md new file mode 100644 index 00000000..ff1789ba --- /dev/null +++ b/Projects/3-Advanced/NYC-MetroCard.md @@ -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) \ No newline at end of file From a2d3da0812169f7f7e13f4fa770bd286c626d851 Mon Sep 17 00:00:00 2001 From: Joseph Amis Date: Fri, 30 Oct 2020 10:29:12 -0400 Subject: [PATCH 2/4] traffic police --- Projects/3-Advanced/NYC-traffic-ticket.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Projects/3-Advanced/NYC-traffic-ticket.md diff --git a/Projects/3-Advanced/NYC-traffic-ticket.md b/Projects/3-Advanced/NYC-traffic-ticket.md new file mode 100644 index 00000000..6b4966ff --- /dev/null +++ b/Projects/3-Advanced/NYC-traffic-ticket.md @@ -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) \ No newline at end of file From 26119cf379afb74a528ebdd80428b8da725b728d Mon Sep 17 00:00:00 2001 From: Joseph Amis Date: Fri, 30 Oct 2020 11:21:44 -0400 Subject: [PATCH 3/4] homecooked meals app idea --- Projects/3-Advanced/Food-Delivery.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Projects/3-Advanced/Food-Delivery.md diff --git a/Projects/3-Advanced/Food-Delivery.md b/Projects/3-Advanced/Food-Delivery.md new file mode 100644 index 00000000..2491d601 --- /dev/null +++ b/Projects/3-Advanced/Food-Delivery.md @@ -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) \ No newline at end of file From fe08725a5346a3100afd8ff2a44b4f849b965b04 Mon Sep 17 00:00:00 2001 From: Joseph Amis Date: Fri, 30 Oct 2020 11:27:50 -0400 Subject: [PATCH 4/4] voice/humming song recognition --- Projects/3-Advanced/Voice-Shazam.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Projects/3-Advanced/Voice-Shazam.md diff --git a/Projects/3-Advanced/Voice-Shazam.md b/Projects/3-Advanced/Voice-Shazam.md new file mode 100644 index 00000000..efa6053d --- /dev/null +++ b/Projects/3-Advanced/Voice-Shazam.md @@ -0,0 +1,17 @@ +# Voice-Shazam App + +**Tier:** 3-Advanced + +Hum a song to your phone and your phone will recognize the song. + +## User Stories + +- [ ] User can hum a song he/she do not remember and the app will tell user the name of the song. + +## Useful links and resources + +- [GrubHub API](https://www.shazam.com/) + +## Example projects + +- [SoundHound](https://www.soundhound.com/?ar=200294501636177302) \ No newline at end of file