Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 995 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 995 Bytes

SonarSwift

Sonar Music in Swift

The point of the app is for musicans to be able to find bands. The backend can be found in the backend folder of my sonarBackend repo. This app consists of the splash page, login, register, classifieds, profile, and inbox pages.

Login page

The login page allows the user to login to the app.

login demo

Register page

The register page allows the user to register a new account.

register demo

Classified map page

Allows the user to view classifieds near there current location on the map.

map demo map without giving user location

Classified page

Allows the user to view a list of classifieds

classified demo

Inbox page

Allows a user to view there messages and respond

Profile page

Allows a user to view and edit there profile

Create a classified page

Allows the user to create a classified.

create classified demo