Skip to content

Super simple todo app with server sync using React-Native/Expo and Flask/SQLAlchemy

Notifications You must be signed in to change notification settings

mDeram/expo-test-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Todo app built with React-Native, Expo & Flask, SQLAlchemy

Exploration of tools and frameworks to get familiar with them by building a todo app that support online syncing with a local first approach so it works without a connection to the server.

Frontend

cd frontend/
# Edit API_ENDPOINT to change the IP to your host IP, so your computer and phone can access the server on your local network.
vim constants.ts
npm install
npm run start

Backend

cd backend/
pip3 install flask flask-cors SQLAlchemy
python3 main.py

About

Super simple todo app with server sync using React-Native/Expo and Flask/SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published