-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dema edited this page Jan 1, 2019
·
3 revisions
Welcome to the HealthGuard wiki!
The project structure currently is/will be:
js/
├── activity/
│ ├── component.js
│ ├── container.js
│ └── styles.js
├── nutrition/
│ ├── component.js
│ ├── container.js
│ └── styles.js
├── today/
│ ├── component.js
│ ├── container.js
│ └── styles.js
├── settings/
│ ├── component.js
│ ├── container.js
│ └── styles.js
├── onboarding/
│ ├── component.js
│ ├── container.js
│ └── styles.js
└── components/
├── footer.js
└── progressBar.js