An iOS app that streamlines event management and reminders, ensuring users stay organized and never miss important occasions.
App_Demo.mp4
The aim of the project is to create an intuitive and user-friendly Event-Planner iOS application that simplifies the process of planning and coordinating events, encouraging meaningful and well-organized celebrations.
The app methodology encompasses employing the Model-View-Controller pattern, adhering to software engineering principles.
- Model
- Manages data and business logic related to events.
- Communicates updates to the Controller when data changes.
- View
- Displays information to the user about events.
- Sends user input to the Controller to initiate actions.
- Controller
- Acts as an intermediary between the Model and View.
- Listens for user input from the View and updates the Model accordingly.
- Updates the View based on changes in the Model.
"Event Tracker" is a fully native iOS application with no external dependencies.
To run the app, clone the repository and open the Xcode project file using Xcode 14 on a Mac, then simulate it on an Apple device(iPhone/ iPad/ Mac Catalyst) using the built-in simulator.
git clone https://github.com/mixed-farming/Event_Tracker.git