forked from rupali-codes/LinksHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CSS games subcategory under Frontend category.
- Loading branch information
Showing
5 changed files
with
40 additions
and
1 deletion.
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
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,30 @@ | ||
[ | ||
{ | ||
"name": "Coding Fantasy", | ||
"description": "An innovative platform that transforms the process of learning code into an engaging and enjoyable experience.", | ||
"url": "https://codingfantasy.com/", | ||
"category": "frontend", | ||
"subcategory": "css-games" | ||
}, | ||
{ | ||
"name": "Css Grid Garden", | ||
"description": "An interactive game designed to help you learn CSS grid layout. In this delightful game, you’ll cultivate a virtual carrot garden using CSS code.", | ||
"url": "https://cssgridgarden.com/", | ||
"category": "frontend", | ||
"subcategory": "css-games" | ||
}, | ||
{ | ||
"name": "Flexbox Froggy", | ||
"description": "An engaging game designed to help you master CSS flexbox. In this delightful challenge, your mission is to guide Froggy and friends to their lilypads by writing CSS code.", | ||
"url": "https://flexboxfroggy.com/", | ||
"category": "frontend", | ||
"subcategory": "css-games" | ||
}, | ||
{ | ||
"name": "Flukeout", | ||
"description": "An interactive game intertwining CSS learning with culinary creativity. As you advance, face CSS selector challenges. Your mission? Articulate precise CSS code for delectable outcomes.", | ||
"url": "https://flukeout.github.io/", | ||
"category": "frontend", | ||
"subcategory": "css-games" | ||
} | ||
] |
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