-
Calendr follows these requirements:
- Use MVVM-C for data flow architecture
- Use RXSwift for data bindings
- Integrate it with the device Calendar
- Must contain field validation
-
Features
- Allows users to login and register for authentication
- Allows users to add, edit, and delete calendar events
- Input field validation in login and register flows.
Add Event | Edit | Delete |
---|---|---|
Screen.Recording.2022-05-16.at.2.38.55.PM.mov |
Screen.Recording.2022-05-16.at.2.41.39.PM.mov |
Screen.Recording.2022-05-16.at.2.45.22.PM.mov |
- Setup
- After checking-out, navigate to the project directory.
- Run 'pod install' from your terminal in the project directory.
- Add 'GoogleService-Info.plist' to the same directory as your Podfile.
- In XCode, add 'GoogleService-Info.plist' to all project targets.
If the device or simulator has not initialized the Calendar app, the default calendar does not exist. Open the Calendar app on the device or simulated device. Build and run the app again.