Skip to content

Commit af6e211

Browse files
committed
🎨 add screenshots
1 parent 50c392a commit af6e211

9 files changed

+11
-0
lines changed

β€ŽREADME.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The example app uses the Clean Architecture approach with SwiftUI and Combine.
44

5+
<p align="center">
6+
<img src="screenshots/onboarding.png" width="20%"/>
7+
<img src="screenshots/login.png" width="20%"/>
8+
<img src="screenshots/register.png" width="20%"/>
9+
<img src="screenshots/top_movie.png" width="20%"/>
10+
<img src="screenshots/movie_detail.png" width="20%"/>
11+
<img src="screenshots/todo_list.png" width="20%"/>
12+
<img src="screenshots/add_todo.png" width="20%"/>
13+
<img src="screenshots/settings.png" width="20%"/>
14+
</p>
15+
516
## Features
617
- **Xcodegen**: Automated project configuration.
718
- **Clean Architecture**: Separation of concerns with clear boundaries between layers.

β€Žscreenshots/add_todo.png

174 KB
Loading

β€Žscreenshots/login.png

123 KB
Loading

β€Žscreenshots/movie_detail.png

1.19 MB
Loading

β€Žscreenshots/onboarding.png

165 KB
Loading

β€Žscreenshots/register.png

136 KB
Loading

β€Žscreenshots/settings.png

111 KB
Loading

β€Žscreenshots/todo_list.png

131 KB
Loading

β€Žscreenshots/top_movie.png

1.17 MB
Loading

0 commit comments

Comments
Β (0)