MovieDirectory
MovieDirectory copied to clipboard
A React Native application using WatermelonDB to create offline first applications.
MovieDirectory
A React Native Application showcasing the use of WatermelonDB to create offline first applications.
Run the application
Clone the repo,
git clone https://github.com/drex44/MovieDirectory.git
Install dependencies,
cd MovieDirectory
npm i
Run the application,
npm run start:android
Tutorial
Full tutorial is available on SitePoint.
Code structure
Master branch
v0.2 branch
v0.0 branch