| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
A simple To Do application built with React Native and Expo for iOS and Android. The app uses SQLite Cloud as a database.
After you've cloned the repo create a .env file and add your SQLite Cloud connection string. Make sure your connection string includes the name of your database before the api key. If the database name isn't included, you'll get an error when you run the application.
DATABASE_URL="<your-connection-string>" npm install
npm startThis command will start expo.
Running on Mobile:
Open the Expo Go app on your mobile device. Scan the QR code displayed in the terminal.
| Back | FazBrowse Home | New Git URL |