simple_todo_app
A simple Todo app designed to simply use GraphQL as backend and provide an easy to use UI/UX.
A breakdown of the project and explanation to GraphQL will be published on Medium as a blog post shortly.
Run Locally
Clone the project
git clone https://github.com/emirhalici/simple_todo_app
Go to the project directory
cd simple_todo_app
Install dependencies
flutter pub get
Run App
flutter run