There are many tests that fail, so fix them so that they pass.
- git clone
- open
RxSwiftQuiz.xcworkspace
- write your code
- Run test
- Test is here: https://github.com/mironal/RxSwiftQuiz/tree/main/RxSwiftQuizTests
- Answer is here: https://github.com/mironal/RxSwiftQuiz/tree/main/Answers
Create a new issue. Of course, Japanese is fine.
- Transforming Observables
- map, flatMap, scan
- Combining Observables
- combineLatest, etc...
- Error Handling Operators
- catch, retry
- Connectable Observable Operators
- share, replay
- Creating Observables
- create