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.
- Host: GitHub
- URL: https://github.com/drex44/moviedirectory
- Owner: drex44
- Created: 2019-06-04T17:49:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T14:42:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T03:24:39.648Z (about 1 year ago)
- Topics: react-native, react-native-app, reactjs, tutorial-code, watermelondb
- Language: JavaScript
- Homepage:
- Size: 5.05 MB
- Stars: 27
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

### v0.2 branch

### v0.0 branch