Ridesio is a rideshare bulletin board iOS app (written in Swift) for college campuses that lets users request or post upcoming rides. Ridesio provides a communal, sustainable way of ridesharing for college students.
Ridesio was the 2nd Place winner for CodePath's Virtual Demo Day 2020. Read more in this article.
Clone this GitHub repository
git clone https://github.com/tanjyy/ridesio.git
Install the Podfile from the root directory of the project
cd ridesio; pod install
Open the xcworkspace file
open rideshare.xcworkspace
Run the application in a simulator of your choosing from within Xcode
We are following Google's Swift style guide.
There are no automated tests as of yet; this is an in progress area of development.
- Swift - all the iOS application logic was done in Swift
- Parse - used as the backend for the v0 prototype of the application
- AlamofireImage - used to display images within the application
- Taha Afzal - Created first prototype of Ridesio for CodePath Demo Day Fall 2020
- Nashir Janmohamed - Created first prototype of Ridesio for CodePath Demo Day Fall 2020
- Yao Yin - Created first prototype of Ridesio for CodePath Demo Day Fall 2020
- Codepath: The authors met in breakout rooms during the CodePath iOS Fall 2020 course. This course was one of the most comprehensive and engaging learning experiences we have had! The class taught us so much about application development, UI/UX design, and entrepreneurship, and we highly recommend it to anyone regardless of their desire to pursue mobile engineering as a career.
- Zimride: This web only platform was the inspiration for Ridesio; we intend to bring the Zimride experience to mobile devices.
- Suraj Chetnani: Suraj was our mentor for the v0 prototype of the app; his advice and guidance was crucial to the success of our app at the CodePath demo day.