Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

...