Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],

"plugins": [
["@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
}
10 changes: 5 additions & 5 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"data": {
"name": "Melissa Walsh",
"name": "Samuel Gonzalez",
"profession": "FrontEnd Developer",
"address": "Bogotá, Colombia.",
"email": "melissa@example.com",
"address": "Guadalajara, México.",
"email": "xame2005@gmail.com",
"website": "https://example.com",
"phone": "3042034240",
"avatar": "https://arepa.s3.amazonaws.com/melissa.jpg",
"avatar": "https://avatars.githubusercontent.com/u/15709972?v=4",
"Profile": "Ignore the squirrels, you'll never catch them anyway hack, for floof tum, tickle bum, jellybean footies curly toes climb leg roll over and sun my belly, ",
"certificate": [
{
Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"name": "English",
"percentage": "50%"
"percentage": "60%"
}
],
"social": [
Expand Down
Loading