This is a simple mobile application that lets users log tarot divinations or any other divinations. By extension, it can be used as a simple dream journal as well.
It uses React Native Expo to be cross platform. It also uses TailwindCSS (or it's React Native equivalent, Nativewind) for styling. Although it can be used as a website, it was designed for mobile use first and foremost.
Use this however you see fit.
- A mobile phone or emulator
- NodeJS v23 (for manual or dev)
- Go to
releasesand download the app.
- Clone the repository with
git clone <project url>. - Change directory into the cloned repository.
- Run
npx expo start.
You can contribute.