Thanks for participating in this mini bootcamp! 🤓
This mini bootcamps is taking place online from May 16th to June x, 2022.
This README file contains the instructions for the mini bootcamps live-sessions and the final project along with the summary
This summary is what the mini bootcamp is about through all its duration
- What is testing?
- Testing in iOS
- TDD
- Unit Testing
- Mock
- Stub
- Spy
- Dummy
- UI Testing in Xcode
We will be working on this project on live sessions applying what is talked on the summary and this same project will be the base for the final project. So please feel free to explore it 🔍.
For running the project, just clone it in your local and Build & Run.
The project is a twitter-like app that will be displaying tweets in a timeline.
Your challenge is about implementing the Search Trending tweets 🔥 or Compose New tweet or Displaying User profile or Displaying tweet detail applying what you learn in through this mini bootcamp and also applying your knowledge for acheive it. It's up to you. 🖖🏼
Happy coding! 📲🍺
Get >= 95% code coverage in the time set!! 🔥 Everything is up to you. You can apply the patterns you want, the UI design you want; let your creativity be free 🌈
Just please avoid using third party libraries. You can use it for doing some animations like Lottie :)
GET
/api/search/\(string)
POST
/api/statuses/update
application/x-www-form-urlencoded
Content-Type
GET
/api/user