nVolve is an iOS app designed to enhance student engagement with Towson University campus events. It provides:
- Real-time notifications for upcoming events
- A streamlined view of campus events in one place
- An interactive campus map with markers indicating events happening that day
The app addresses the challenge of low event attendance caused by ineffective marketing and overlooked emails.
This project was developed by four awesome developers:
- Abdalla Abdelmagid
- Romerico David
- Luis Dale Gascon
- Rasheed Nolley
nVolve integrates with two primary API endpoints for event data:
nVolve relies on the following external Swfit library:
- Alamofire: A Swift-based HTTP networking library
Follow these steps to clone the repository and set up nVolve locally:
- Clone the repository and navigate to the project directory:
git clone https://github.com/Romerico234/nVolve.git cd nVolve/ - Open the project in Xcode:
xed nVolve.xcodeproj/
- Build the project using Canvas in Xcode