Skip to content

Instantly share code, notes, and snippets.

@jorwan
Created July 25, 2021 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorwan/821f912480db5c4043e104367fdbdcaf to your computer and use it in GitHub Desktop.
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/
{
"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