Skip to content

Instantly share code, notes, and snippets.

@luismartinezs
Last active February 8, 2019 08:17
Show Gist options
  • Save luismartinezs/bdc1e0678ebd7c1fed3dec8b72469fb1 to your computer and use it in GitHub Desktop.
Save luismartinezs/bdc1e0678ebd7c1fed3dec8b72469fb1 to your computer and use it in GitHub Desktop.
Portfolio source data
[
{
"id": "01",
"title": "React ecommerce template",
"description": "3 page ecommerce site including home page, detail page and shopping cart. Shopping cart and price dynamically populated. Product data are fetched from external API (https://ghibliapi.herokuapp.com/). Project done with React and Redux.",
"img": "ecommerce-template-thumbnail.jpg"
},
{
"id": "02",
"title": "Heatmap d3 plot",
"description": "Heatmap data plot that displays global surface temperature data from an external API, and represents it with a custom value based color code. Done with D3 JS library.",
"img": "d3-heat-map-thumbnail.jpg"
},
{
"id": "03",
"title": "React Trivial game",
"description": "Trivial game done with React. Answer 10 random questions about history",
"img": "trivial-game-thumbnail.jpg"
},
{
"id": "04",
"title": "React popup widget",
"description": "List of products that opens a window with tabs when clicking one of the products. Product data are fetched from external API (https://ghibliapi.herokuapp.com/). Project done with React.",
"img": "popup-widget-thumbnail.jpg"
}
]
[
{
"id": 101,
"title": "Design",
"items": [
"HTML5",
"CSS3",
"Bootstrap 4",
"Photoshop CC 2018"
]
},
{
"id": 102,
"title": "Coding",
"items": [
"Javascript ES6",
"React",
"Vue",
"Redux"
]
},
{
"id": 103,
"title": "Toolbox",
"items": [
"Git",
"Bash",
"MySQL",
"UML"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment