Created
July 25, 2021 02:17
-
-
Save jorwan/821f912480db5c4043e104367fdbdcaf to your computer and use it in GitHub Desktop.
Project List Data - This data feeds project list page in https://jorwan.github.io/
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
{ | |
"projects": [ | |
{ | |
"title": "CAT FACTS", | |
"subtitle": "VIEW RANDOM PICTURES AND FACTS ABOUT CATS", | |
"description": "Flutter Mobile App that make a request to third-party api to get a cat picture and a request to another third-party api to get a cat fact.", | |
"repositoryUrl": "https://github.com/jorwan/cat-facts", | |
"previewUrl": "https://res.cloudinary.com/dufbnf0ov/image/upload/v1624586236/jorwan.github.io/preview_cat_fact.gif" | |
}, | |
{ | |
"title": "USER BOOK", | |
"subtitle": "XAMARIN ANDROID APP", | |
"description": "List of users with floating button that load a user real-time-validation-form to add new user to the list.", | |
"repositoryUrl": "https://github.com/jorwan/userbook", | |
"previewUrl": "https://res.cloudinary.com/dufbnf0ov/image/upload/v1624586292/jorwan.github.io/preview_user_book.gif" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment