Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushcmd/miri
A react native (expo) personal journaling app.
https://github.com/tushcmd/miri
drizzleorm expo react-native supabase
Last synced: 8 days ago
JSON representation
A react native (expo) personal journaling app.
- Host: GitHub
- URL: https://github.com/tushcmd/miri
- Owner: tushcmd
- Created: 2024-07-02T22:50:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:42:00.000Z (7 months ago)
- Last Synced: 2024-12-04T19:19:13.491Z (2 months ago)
- Topics: drizzleorm, expo, react-native, supabase
- Language: TypeScript
- Homepage:
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miri
A react native (expo) personal journaling app.
## Screenshots (App is in progress!!!)
Welcome Screen
SignUp Screen
Home Screen
SignIn Screen
Settings Screen
About Screen
## Tech Stack
- React Native (Expo) - Framework
- Supabase - Auth and Storage
- Drizzle - ORM
- React Native Reusables - Components
- Nativewind - Styling## Features
- User Sign Up and Sign Out
- Feature 2
- Feature 3
- Feature 4## Project Configuration
```bash
git clone https://github.com/tushcmd/miri.git
``````bash
cd miri
``````bash
npm install
```Copy `.env.example` contents to a new file `.env` in your root of your project and add the needed enviroment variables.
...