Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 706 Bytes

readme.md

File metadata and controls

22 lines (20 loc) · 706 Bytes

AcneCare

Help you find proper action to treat your acne

AcneCare is a MC 3 apple developer academy project that focusing on finding acne proper treatment

  1. Open AcneCare.xcodeproj with Xcode
  2. Configure the build device
  3. Build & run

Project Structure

.
├── AcneCare
│   ├── Common // Reusable files
│   ├── Launchscreen
│   ├── Login
│   │   ├── View
│   │   └── ViewModel
│   ├── ... // Directories are separated according to domain / feature
│   └── Supporting files // for non-code files such as assets, localizable strings, etc
├── AcneCareTests // Unit testing
└── AcneCarekerIos // UI testing