From 4dc54ccd6757402c5939f1dcbe72a7b1fb92d393 Mon Sep 17 00:00:00 2001 From: manuraj1107 <60934528+manuraj1107@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:55:44 +0530 Subject: [PATCH 1/5] Create FloroUI App --- Projects/1-Beginner/FloroUI App | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/FloroUI App diff --git a/Projects/1-Beginner/FloroUI App b/Projects/1-Beginner/FloroUI App new file mode 100644 index 00000000..d34fe396 --- /dev/null +++ b/Projects/1-Beginner/FloroUI App @@ -0,0 +1,26 @@ +# FloroUI App + +**Tier:** 1-Beginner + +A beautiful UI application which is used to build the Dashboard of your Monthly expenses in statistical form. +This one will help you to learn how to create beautiful looking drop shadow effects. + +## User Stories + +- [ ] Enter the name and activity of your daily expenses into the `input` field. +- [ ] By pressing enter, user mention the total cash credited for particular expense. + +## Bonus features + +- [ ] After entering the expenses, user will see a beautiful UI dashboard representing your activity in Pie-Chart form. + +## 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://i1.wp.com/static.dribbble.com/users/1871474/screenshots/9084817/media/700634e314775e9b8a051d979cad3cd0.png?w=1200&ssl=1) + + +## Example Projects + +- [Wallet-App](https://github.com/singh-saheb/my_wallet_app_ui) From 8dd44ac6148521d4695a831ee26d80b5275a1044 Mon Sep 17 00:00:00 2001 From: manuraj1107 <60934528+manuraj1107@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:22:49 +0530 Subject: [PATCH 2/5] Create Notes and Work App --- Projects/1-Beginner/Notes and Work App | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/Notes and Work App diff --git a/Projects/1-Beginner/Notes and Work App b/Projects/1-Beginner/Notes and Work App new file mode 100644 index 00000000..8c06737a --- /dev/null +++ b/Projects/1-Beginner/Notes and Work App @@ -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) From 4a23d3cb0dd0529efbe73a23bc197d780ea05c58 Mon Sep 17 00:00:00 2001 From: manuraj1107 <60934528+manuraj1107@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:24:57 +0530 Subject: [PATCH 3/5] Create Task App --- Projects/1-Beginner/Task App | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/Task App diff --git a/Projects/1-Beginner/Task App b/Projects/1-Beginner/Task App new file mode 100644 index 00000000..8c06737a --- /dev/null +++ b/Projects/1-Beginner/Task App @@ -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) From 3b3ccc6ebf26d6f3f63686caeea899de95f5b19a Mon Sep 17 00:00:00 2001 From: manuraj1107 <60934528+manuraj1107@users.noreply.github.com> Date: Sat, 17 Oct 2020 20:26:26 +0530 Subject: [PATCH 4/5] Delete FloroUI App --- Projects/1-Beginner/FloroUI App | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Projects/1-Beginner/FloroUI App diff --git a/Projects/1-Beginner/FloroUI App b/Projects/1-Beginner/FloroUI App deleted file mode 100644 index d34fe396..00000000 --- a/Projects/1-Beginner/FloroUI App +++ /dev/null @@ -1,26 +0,0 @@ -# FloroUI App - -**Tier:** 1-Beginner - -A beautiful UI application which is used to build the Dashboard of your Monthly expenses in statistical form. -This one will help you to learn how to create beautiful looking drop shadow effects. - -## User Stories - -- [ ] Enter the name and activity of your daily expenses into the `input` field. -- [ ] By pressing enter, user mention the total cash credited for particular expense. - -## Bonus features - -- [ ] After entering the expenses, user will see a beautiful UI dashboard representing your activity in Pie-Chart form. - -## 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://i1.wp.com/static.dribbble.com/users/1871474/screenshots/9084817/media/700634e314775e9b8a051d979cad3cd0.png?w=1200&ssl=1) - - -## Example Projects - -- [Wallet-App](https://github.com/singh-saheb/my_wallet_app_ui) 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 5/5] 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)