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

https://github.com/drex44/moviedirectory

A React Native application using WatermelonDB to create offline first applications.
https://github.com/drex44/moviedirectory

react-native react-native-app reactjs tutorial-code watermelondb

Last synced: 5 months ago
JSON representation

A React Native application using WatermelonDB to create offline first applications.

Awesome Lists containing this project

README

          

# MovieDirectory

A React Native Application showcasing the use of [WatermelonDB](https://github.com/Nozbe/WatermelonDB) to create offline first applications.

## Run the application

Clone the repo,

```powershell
git clone https://github.com/drex44/MovieDirectory.git
```

Install dependencies,

```powershell
cd MovieDirectory
npm i
```

Run the application,

```powershell
npm run start:android
```

## Tutorial

Full tutorial is available on [SitePoint](https://www.sitepoint.com/create-an-offline-first-react-native-app-using-watermelondb/).

## Code structure

### Master branch

App GIF

### v0.2 branch

App GIF

### v0.0 branch

App GIF