From start to finish, add a fifth screen to the bottom navigation (please put in the fourth place) that uses the meet ups API endpoint and displays info about our upcoming events
Some of the things you'll need to do:
- new meet ups client and interactor
- create a new model with the appropriate fields to make a meaningful display
- create a new folder for events screen and events view model
- build UI following general patterns from other screens + on click for each card to take you to event
From start to finish, add a fifth screen to the bottom navigation (please put in the fourth place) that uses the meet ups API endpoint and displays info about our upcoming events
Some of the things you'll need to do: