mDeram / expo-test-todo-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 87.2%Language:Python 12.2%Language:JavaScript 0.7%