From 69ddc727b99c69edea951e939831c799bc16a893 Mon Sep 17 00:00:00 2001 From: ryo Date: Wed, 8 Jan 2025 13:18:47 +0000 Subject: Added screenshot to README --- README | 13 ------------- README.md | 13 +++++++++++++ flutter-todo.png | Bin 0 -> 16956 bytes 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 README create mode 100644 README.md create mode 100644 flutter-todo.png diff --git a/README b/README deleted file mode 100644 index cf06593..0000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -Flutter Todo App -================ -Copy main.dart to a ready project and compile it. -Run server.dart anywhere you want, it creates users files inside -the folder it is running. - -App Tutorial -============ -It's not user-friendly, I'll work on it later. - -1. Login -2. Insert your todo and press that plus button -3. Save diff --git a/README.md b/README.md new file mode 100644 index 0000000..20a5f77 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Flutter Todo App +Copy main.dart to a ready project and compile it. +Run server.dart anywhere you want, it creates users files inside +the folder it is running. + +# App Tutorial +It's not user-friendly, I'll work on it later. + +1. Login +2. Insert your todo and press that plus button +3. Save + +![screenshot](flutter-todo.png) diff --git a/flutter-todo.png b/flutter-todo.png new file mode 100644 index 0000000..5306168 Binary files /dev/null and b/flutter-todo.png differ -- cgit v1.2.3