You may download the latest release-ready version from the App Store:
Memory is an iOS-first application that lets you add diary entries, track your mood, and most of all, save your favourite memories. The best way to brighten up a bad day is to think back to good times—and memory let's you do exactly that.
It's really simple:
- Add diary entries every day (Memory sends you a nice push notification everyday to remind you if you'd like).
- Select a mood for each entry.
- Select an entry as ⭐ Special to save it in a seperate tab.
- Track your emotions by the day and view statistics.
I'd highly recommend using the App Store release version here to take it for a spin. If you like living life on edge, though, you can run locally like so:
- Run
git clone https://github.com/anish-agnihotri/Memory.git
- Change directory via
cd memory/
- Run
yarn
- Change directory via
cd ios/
- Run
pod install
Memory is built to be iOS-first (thus using iOS-focused components). Core functionality is built on the frameworking of React Native, React Navigation, and Realm.
Full feature-set + architecture to be updated upon release.
- Run
yarn run ios
in root directory. - Optional: run
yarn run start
to load Metro Bundler as seperate instance.
- Formatting: notepad/notepad
Memory is licensed under the MIT license.