I am trying to build a new ios app (Clicker), which is an educational app for universities. I want to build it using SwiftUI NOT Storyboard, and its features are:
- Login and register with Firebase.
- Students can put their attendance when they are asked by the instructor.
- The instructor can make a pop quiz, and he/she can choose the quiz type: Multiple Choice/Polls/Yes or No.
- The quiz results will be shown on the instructor's account.
And other features.
So, what should I learn to make a progress with it?
If something is not clear, please reply to this question.