Skip to content

Commit bf15439

Browse files
authored
feat:Update README.md
1 parent eec96ad commit bf15439

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22

33
**OpenNotes** is a modern, lightweight, and privacy-respecting note-taking app built with **Jetpack Compose**, following **MVVM** and **Clean Architecture** principles. The app is 100% offline and open source.
44

5-
---
6-
7-
## πŸš€ Tech Stack
8-
9-
### 🧱 Architecture
10-
11-
- **MVVM (Model-View-ViewModel):** Clean separation between UI, business logic, and data layers.
12-
- **Clean Architecture:** Modular layer-based design β€” UI β†’ Domain β†’ Data.
13-
14-
### πŸ›  Core Technologies
15-
16-
| Technology | Purpose |
17-
|-----------------------|------------------------------------------------------------|
18-
| **Kotlin** | Modern Android development language |
19-
| **Jetpack Compose** | Declarative UI toolkit for building modern UIs |
20-
| **Room** | Local database abstraction over SQLite |
21-
| **Hilt (Dagger)** | Dependency injection for modular and testable code |
22-
| **Kotlin Coroutines** | Asynchronous and background task handling |
23-
| **Kotlin Flow** | Reactive stream handling between data and UI |
24-
| **Navigation** | Type-safe, stateful screen transitions |
25-
26-
---
275

286
## ✨ Features
297

@@ -32,7 +10,7 @@
3210
- πŸŒ™ AMOLED dark theme & Material You dynamic theming
3311
- πŸ” Fully offline β€” no cloud, no tracking
3412
- 🚫 No ads, no analytics
35-
- πŸ’‰ Built using scalable Clean Architecture & Dependency Injection
13+
3614

3715
---
3816

0 commit comments

Comments
Β (0)