Skip to content

Commit 9912cbb

Browse files
committed
🎨 add screenshots
1 parent 50c392a commit 9912cbb

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

β€ŽREADME.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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="25%"/>
7+
<img src="screenshots/login.png" width="25%"/>
8+
<img src="screenshots/register.png" width="25%"/>
9+
<img src="screenshots/todo_list.png" width="25%"/>
10+
<img src="screenshots/add_todo.png" width="25%"/>
11+
<img src="screenshots/settings.png" width="25%"/>
12+
</p>
13+
514
## Features
615
- **Xcodegen**: Automated project configuration.
716
- **Clean Architecture**: Separation of concerns with clear boundaries between layers.

β€Žscreenshots/add_todo.png

174 KB
Loading

β€Žscreenshots/login.png

123 KB
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

0 commit comments

Comments
Β (0)