From d0705c27871b909c687eae79395e4233e10974cb Mon Sep 17 00:00:00 2001 From: Dishita2602 <63098466+Dishita2602@users.noreply.github.com> Date: Sat, 8 May 2021 15:58:41 +0530 Subject: [PATCH] Fix Issue #475 Add UI (#513) * Update Dictionary.json * Update Dictionary.json * Update README.md * Update Dictionary.json * Update Dictionary.json * Update Dictionary.json * Update README.md --- Dictionary.json | 28 ++++++++++++++++++++++++++++ README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/Dictionary.json b/Dictionary.json index df3bec9..ac9c4bb 100644 --- a/Dictionary.json +++ b/Dictionary.json @@ -6467,6 +6467,34 @@ "Tips6" : "https://www.reddit.com/r/Unity3D/comments/7gor9r/what_are_your_top_3_unity_tipstricks/", "Tips7" : "http://devmag.org.za/2012/07/12/50-tips-for-working-with-unity-best-practices/" }, + { + "Title" : "UI", + "Tag" : "Development", + "Documentation" : "https://en.wikipedia.org/wiki/User_interface", + "YT1" : "https://www.youtube.com/watch?v=jLQauZP2e_4&list=PLLy_2iUCG87CEsW4KimdWPXEo80TaJfnP", + "YT2" : "https://www.youtube.com/watch?v=I0-vBdh4sZ8&list=RDQMucuK-B3KXfw&start_radio=1", + "YT3" : "https://www.youtube.com/watch?v=qDUYIQZVQDE&list=PLVlQHNRLflP_5_vCknMsxLS-mTJgq1QzH", + "YT4" : "https://www.youtube.com/watch?v=3aOU9MbITlM&list=PLjwm_8O3suyPkIphVrJaebR2qE8jylWBQ", + "Website1" : "https://www.interaction-design.org/literature/topics/ui-design", + "Website2" : "https://www.tutorialspoint.com/software_architecture_design/user_interface.htm", + "Website3" : "https://www.geeksforgeeks.org/user-interface-ui/", + "Dedicated GH page1" : "https://github.com/chakra-ui/chakra-ui", + "Dedicated GH page2" : "https://github.com/mui-org/material-ui", + "Dedicated GH page3" : "https://github.com/system-ui/theme-ui", + "Dedicated GH page4" : "https://github.com/klarna/ui", + "Dedicated GH page5" : "https://github.com/jquery/jquery-ui", + "Course1" : "https://www.freecodecamp.org/news/learn-ui-design-in-5-minutes-tutorial/", + "Course2" : "https://hackr.io/tutorials/learn-user-interface-design", + "Course3" : "https://www.coursera.org/learn/ui-design", + "Course4" : "https://www.coursera.org/learn/visual-elements-user-interface-design", + "Course5" : "https://www.coursera.org/specializations/user-interface-design", + "Tips1" : "https://www.usertesting.com/blog/ui-vs-ux", + "Tips2" : "https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda", + "Tips3" : "https://medium.com/google-design/the-obvious-ui-is-often-the-best-ui-7a25597d79fd", + "Tips4" : "https://soulless.medium.com/5-simple-steps-to-land-a-job-as-ux-designer-with-no-experience-ac7729ca0c7a", + "Tips5" : "https://medium.muz.li/how-to-start-ux-ui-designer-career-and-be-successful-297c92e78c4c" + }, + { "Title" : "Unix", "Tag" : "Operating System", diff --git a/README.md b/README.md index bbf4b42..16ed329 100644 --- a/README.md +++ b/README.md @@ -8162,6 +8162,51 @@ https://www.codeguru.com/csharp/csharp/cs_graphics/20-unity-tips.html
https http://devmag.org.za/2012/07/12/50-tips-for-working-with-unity-best-practices/
+ +
+User Interface +
+Category/Type -
+Development
+
+Documentation -
+https://en.wikipedia.org/wiki/User_interface
+
+Best Youtube creators -
+https://www.youtube.com/watch?v=jLQauZP2e_4&list=PLLy_2iUCG87CEsW4KimdWPXEo80TaJfnP
+https://www.youtube.com/watch?v=I0-vBdh4sZ8&list=RDQMucuK-B3KXfw&start_radio=1
+https://www.youtube.com/watch?v=qDUYIQZVQDE&list=PLVlQHNRLflP_5_vCknMsxLS-mTJgq1QzH
+https://www.youtube.com/watch?v=3aOU9MbITlM&list=PLjwm_8O3suyPkIphVrJaebR2qE8jylWBQ
+
+Useful Websites -
+https://www.interaction-design.org/literature/topics/ui-design
+https://www.tutorialspoint.com/software_architecture_design/user_interface.htm
+https://www.geeksforgeeks.org/user-interface-ui/
+
+Dedicated Github page -
+https://github.com/chakra-ui/chakra-ui
+https://github.com/mui-org/material-ui
+https://github.com/system-ui/theme-ui
+https://github.com/klarna/ui"
+https://github.com/jquery/jquery-ui
, +
+Best Courses -
+https://www.freecodecamp.org/news/learn-ui-design-in-5-minutes-tutorial/
+https://hackr.io/tutorials/learn-user-interface-design
+https://www.coursera.org/learn/ui-design
+https://www.coursera.org/learn/visual-elements-user-interface-design
+https://www.coursera.org/specializations/user-interface-design
+
+Other Tips/Hacks -
+https://www.usertesting.com/blog/ui-vs-ux
+https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda
+https://medium.com/google-design/the-obvious-ui-is-often-the-best-ui-7a25597d79fd
+https://soulless.medium.com/5-simple-steps-to-land-a-job-as-ux-designer-with-no-experience-ac7729ca0c7a
+https://medium.muz.li/how-to-start-ux-ui-designer-career-and-be-successful-297c92e78c4c
+
+
+ + Unix
Category/Type -
Operating System

Official Documentation -