Skip to content

philparzer/jotlog

Repository files navigation

jotlog

jotlog is a blazingly fast, privacy focused, and always offline note-taking app for movers. I created it because I needed a way to capture notes in the moment, with minimal screen time and interactions needed.

Check out jotlog.app for more info

Features

  • Minimal interactions needed to jot something down
  • IOS and Android support
  • Superfast start-up
  • Back-up your notes to your email inbox
  • Always offline
  • 100% open-source
  • Dark and light mode

Tech

  • React Native Expo with Expo Router
  • Typescript
  • TailwindCSS
  • Local SQLite database
  • Expo Mailcomposer for backing up notes

Contributions

We're happy about any contributions. I'm not the biggest React Native expert, and this was actually the first app I've properly launched, so I'm sure seasoned veterans could find plenty of improvements or bugs.

How to contribute

  • Read up on the expo docs if you're not familiar with the prerequisites of running a React Native Expo project locally.
  • Clone this repo.
  • Use npx expo i and npx expo start to start a local build for IOS or Android.