Skip to content

Commit

Permalink
[Docs] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok authored Jan 26, 2023
1 parent 8c024b0 commit 3e1a520
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# CaZaIt-Android
CaZaIt-Android
==================
UMC 3th Team Cazait

## Features
* Room Database
* Hilt
* ViewModel
* Navigation
* Repository and data source

## Package Structure
```
cazait_android
├─ data
│ ├─ api
│ ├─ dto
│ │ └─ login
│ ├─ error
│ │ └─ mapper
│ ├─ model
│ │ ├─ local
│ │ └─ remote
│ └─ repository
├─ di
├─ network
├─ ui
│ ├─ adapter
│ ├─ base
│ ├─ util
│ │ └─ extension
│ ├─ view
│ │ ├─ cafelist
│ │ │ └─ info
│ │ │ └─ inner
│ │ ├─ login
│ │ ├─ mypage
│ │ ├─ signup
│ │ └─ splash
│ └─ viewmodel
└─ usecase
└─ errors
```

0 comments on commit 3e1a520

Please sign in to comment.