-
-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add "Design" category and due subcategories
- Loading branch information
Showing
8 changed files
with
59 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "RealTime Colors", | ||
"description": "Visualize your colors & fonts on a real site.", | ||
"url": "https://www.realtimecolors.com", | ||
"category": "design", | ||
"subcategory": "design_tools" | ||
} | ||
] |
22 changes: 15 additions & 7 deletions
22
database/youtube/ui-ux.json → database/design/design_tutorials.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,34 @@ | ||
[ | ||
{ | ||
"name": "DesignCourse", | ||
"description": "This channel will take you from zero to a fullstack developer. You will also learn UI/UX and Frontend Dev languages", | ||
"url": "https://www.youtube.com/@DesignCourse/featured", | ||
"category": "design", | ||
"subcategory": "design_tutorials", | ||
"language": "english" | ||
}, | ||
{ | ||
"name": "UI/UX Design Course For Beginners", | ||
"description": "The UI/UX Design Specialization brings a design-centric approach to user interface and user experience design, and offers practical, skill-based instruction centered around a visual communications perspective, rather than on one focused on marketing or programming alone", | ||
"url": "https://www.youtube.com/watch?v=pyQAiRuqUSM", | ||
"category": "youtube", | ||
"subcategory": "ux-designing", | ||
"category": "design", | ||
"subcategory": "design_tutorials", | ||
"language": "English" | ||
}, | ||
{ | ||
"name": "Step by Step Roadmap for how to become a UX Designer", | ||
"description": "In this video, Ansh Mehra provides a step-by-step method to becoming a UX designer. If you want to become a UX designer and need a roadmap to achieve this goal, this video is a perfect fit for you!", | ||
"url": "https://www.youtube.com/watch?v=cwPU547bCDs", | ||
"category": "youtube", | ||
"subcategory": "ux-designing", | ||
"category": "design", | ||
"subcategory": "design_tutorials", | ||
"language": "Hindi" | ||
}, | ||
{ | ||
"name": "UI / UX Design Tutorial: Wireframe, Mockup and Design in Figma", | ||
"description": "In this video, you will learn how a professional designer builds a full website design from scratch following the process of user experience and user interface. The tutorial also covers wireframing, prototyping, and designing in Figma.", | ||
"url": "https://www.youtube.com/watch?v=c9Wg6Cb_YlU&t=4094s", | ||
"category": "youtube", | ||
"subcategory": "ux-designing", | ||
"category": "design", | ||
"subcategory": "design_tutorials", | ||
"language": "English" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters