You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple todo app in which user can create tasks with title. User can mark todo, tasks as done ,delete, search and rename. Login and register features are also added. API is made in python based on flask. Back end uses sqlite database. Sync is there to sync todo items between mobile and server. API is hosted on Heroku.