From 13e9e915ab0d818f0195e9029fbe2daa5bb24728 Mon Sep 17 00:00:00 2001 From: manuraj1107 <60934528+manuraj1107@users.noreply.github.com> Date: Sun, 18 Oct 2020 16:50:25 +0530 Subject: [PATCH] Update and rename Task App to Task App.md --- Projects/1-Beginner/Task App | 26 -------------------------- Projects/1-Beginner/Task App.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 Projects/1-Beginner/Task App create mode 100644 Projects/1-Beginner/Task App.md diff --git a/Projects/1-Beginner/Task App b/Projects/1-Beginner/Task App deleted file mode 100644 index 8c06737a..00000000 --- a/Projects/1-Beginner/Task App +++ /dev/null @@ -1,26 +0,0 @@ - -# Notes and Work App - -**Tier:** 1-Beginner - - -We all write notes, to memorize or to plan new stuff. -A beautiful UI begginer level application which is used to build Notes and Work To do. -This one will help you to learn basic of Flutter and UI. - -## User Stories - -- [ ] Enter the name of your Task. -- [ ] After completing the task press enter. - - -## Useful links and resources - -- [FlutterUI](https://flutter.dev/docs/development/ui/layout/tutorial) -- [Dart](https://api.flutter.dev/flutter/animation/animation-library.html) -- [UI image](https://dribbble.com/shots/6432389-Notes-App) - - -## Example Projects - -- [Notes-App](https://github.com/MarcusNg/flutter_notes_ui) diff --git a/Projects/1-Beginner/Task App.md b/Projects/1-Beginner/Task App.md new file mode 100644 index 00000000..5f190231 --- /dev/null +++ b/Projects/1-Beginner/Task App.md @@ -0,0 +1,26 @@ + +# Notes and Work App + +**Tier:** 1-Beginner + + +We all write notes, to memorize or to plan new stuff. +A beautiful UI begginer level application which is used to build Notes and Work To do. +This one will help you to learn basic of Flutter and UI. + +## User Stories + +- [ ] Enter the name of your Task. +- [ ] After completing the task press enter. + + +## Useful links and resources + +- [FlutterUI](https://flutter.dev/docs/development/ui/layout/tutorial) +- [Dart](https://api.flutter.dev/flutter/animation/animation-library.html) +- [UI image](https://dribbble.com/shots/6432389-Notes-App) + + +## Example Projects + +- [Notes-App](https://github.com/MarcusNg/flutter_notes_ui)