Sidequest is an app that allows users to post gigs (small jobs), and search for gigs to do an complete. Currently targeting university students.
This is the front-end repository of the app, and the backend can be found here. The app was submitted to the Cornell AppDev Hack Challenge FA22 and won Best App Overall.
After git-cloning, need to install required pods
pod install
Can then be run on XCode with a simulator. Works best with the latest iPhone model (iPhone 14 Pro).
- User authentication
- Allow Users to upload a profile image
- Users can search and filter gigs
- Users can post, edit, and delete gigs
- Display users interested in gigs
Future WIP Features:
- Messaging feature (implemented with MessageKit & SocketIO)
- Profile customization