/YFinderApp

YFinder is a Xamarin Forms mobile iOS app for students and professionals to rate their favorite hotspots to work and study. It uses iPhone's GPS and WiFi sensors to gauge location coordinates and connectivity strength. It is powered by YFinder C#/NET Core 2.0 API, custom written for this app.

Primary LanguageC#

YFinder Server-Side Capstone

YFinder is a Xamarin Forms mobile iOS app for students and professionals to rate their favorite hotspots to work and study. It uses iPhone's GPS and WiFi sensors to gauge location coordinates and connectivity strength. It is powered by YFinder C#/NET Core 2.0 API, custom written for this app.


Users can login or register, view hotspots with at least one user's rating, decide where they'd like to post up, and then navigate to that location with seamless integration with Apple Maps. Reviews can be left for the benefit of all users to improve their decision of where to work or study.


Deployment

  • YFinder is deployed under a limited Apple provisioning signature which means it is tied to a single phyiscal device. You can view it in a simulator of your choice by cloning the repo and running it a simulator of your choice like XCode's.
  • In order for the app to access the database, clone this API I wrote for it. Run in the IDE of choice or execute dotnet run on the command line. View directions in the API repo if you haven't already executed the database build. API deployment coming soon.
  • Replace API local hosting link if applicable on the StaticVariablesExample page.
  • I'd also be happy to demo this app with you in person - contact me via www.mitchellblom.com

Technologies

  • C#
  • Xamarin & Xamarin.Forms
  • ASP.NET Core 2.0 Web API
  • Entity Framework, LINQ

Screen Shots

Landing

Landing

Login

Login

Welcome

Welcome

Menu Options

Menu Options

Map Interaction

Map Interaction

Hotspot Details

Hotspot Details

Directions

Directions

Reviews

Reviews

New Review

New Review

User List

User List

Profile

Profile