https://github.com/nkalupahana/baseline
Take charge of your mental health with better journaling and mood tracking.
https://github.com/nkalupahana/baseline
android capacitor ionic ios journal journaling mood-journal mood-tracker mood-tracking react web
Last synced: about 1 year ago
JSON representation
Take charge of your mental health with better journaling and mood tracking.
- Host: GitHub
- URL: https://github.com/nkalupahana/baseline
- Owner: nkalupahana
- License: agpl-3.0
- Created: 2021-10-24T16:18:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T16:32:53.000Z (about 1 year ago)
- Last Synced: 2025-04-23T17:41:46.782Z (about 1 year ago)
- Topics: android, capacitor, ionic, ios, journal, journaling, mood-journal, mood-tracker, mood-tracking, react, web
- Language: TypeScript
- Homepage: https://getbaseline.app
- Size: 18.8 MB
- Stars: 69
- Watchers: 2
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# baseline
[](https://deepscan.io/dashboard#view=project&tid=15815&pid=20905&bid=583898)
[](https://www.codefactor.io/repository/github/nkalupahana/baseline)
[](https://sonarcloud.io/summary/new_code?id=baseline)
[](https://www.cypress.io/)
A better, universal, journaling and mood tracking platform.
## Contribute
```
npm install
npm install -g @ionic/cli
npm start # Web development server
ionic cap sync # Sync changes for iOS/Android
ionic cap open [ios|android] # Open iOS/Android project for development
```
### Project Overview
- `android/` - Android project for baseline (open in Android Studio)
- `cypress/` - Cypress E2E and Component test suite (run with npm test commands in `package.json`)
- `docs/` - Jekyll site for `getbaseline.app` (run with `bundle exec jekyll serve`)
- `empty/` - Empty directory for `link.getbaseline.app` to deploy off of
- `backend/` - Source for baseline backend API
- `scheduled-services/` - Source for baseline internal services (scheduled or asynchronous from other services)
- `helpers/` - Helper scripts for baseline development
- `ios/` - iOS project for baseline (open in Xcode)
- `public/` - static files for baseline React app
- `src/` - baseline React app source
- `patches/` - Patches for baseline dependencies