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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate
![react-cv](https://raw.githubusercontent.com/PlatziMaster/project-react-01/master/screenshot.png)

### Retos
1. [Crear los componentes del proyecto](https://github.com/platzimaster/project-react-01/issues/1)
2. [Añadir estilos](https://github.com/platzimaster/project-react-01/issues/2)
3. [Crear función getData.js](https://github.com/platzimaster/project-react-01/issues/3)
4. [Integrar API](https://github.com/platzimaster/project-react-01/issues/4)
5. [Personalizar API](https://github.com/platzimaster/project-react-01/issues/5)
6. [Documentar](https://github.com/platzimaster/project-react-01/issues/6)
1. [Crear los componentes del proyecto](https://github.com/platzimaster/project-react-01/issues/6)
2. [Añadir estilos](https://github.com/platzimaster/project-react-01/issues/5)
3. [Crear función getData.js](https://github.com/platzimaster/project-react-01/issues/4)
4. [Integrar API](https://github.com/platzimaster/project-react-01/issues/3)
5. [Personalizar API](https://github.com/platzimaster/project-react-01/issues/2)
6. [Documentar](https://github.com/platzimaster/project-react-01/issues/1)

### Instalación
```
Expand Down
43 changes: 22 additions & 21 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"data": {
"name": "Melissa Walsh",
"profession": "FrontEnd Developer",
"name": "Carlos Enrique Navia",
"profession": "Software Developer",
"address": "Bogotá, Colombia.",
"email": "melissa@example.com",
"website": "https://example.com",
"phone": "3042034240",
"avatar": "https://arepa.s3.amazonaws.com/melissa.jpg",
"email": "cenaviat@gmail.com",
"website": "https://navisoft.com",
"phone": "+57 3175124768",
"avatar": "https://lh3.googleusercontent.com/a-/AAuE7mAv5zGU_Eql4k8ZhmKZL1eW27SyPAAmyoQKIVzi=s96-cc-rg",
"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 All @@ -24,14 +24,14 @@
],
"Academic": [
{
"degree": "Atomic Master",
"description": " I’m so hungry i’m so hungry but ew not for that pelt around the house and up and down stairs chasing phantoms",
"endDate": "Jan 2017",
"institution": "MIT",
"degree": "Master in Industry 4.0",
"description": " Developer of projects of Digital Tranformation, in Bussines",
"endDate": "Jan 2019",
"institution": "UNIR",
"startDate": "Jan 2018"
},
{
"degree": "Space Engineering",
"degree": "Systems Engineering",
"description": "Meow in empty rooms. Find empty spot in cupboard and sleep all day check cat door for ambush 10 times before coming in for hack. ",
"endDate": "Decenber 2015",
"institution": "Harvard",
Expand All @@ -40,14 +40,14 @@
],
"experience": [
{
"company": "PugStar",
"endDate": "Present",
"company": "SENA",
"endDate": "Dec 2019",
"jobDescription": "scratch the furniture. Good now the other hand, too lay on arms while you're using the keyboard.",
"jobTitle": "Frontend",
"startDate": "Jan 2020"
"jobTitle": "Instructor",
"startDate": "Jan 2019"
},
{
"company": "CatStore",
"company": "ParqueSoft",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
Expand All @@ -57,26 +57,27 @@
"skills": [
{
"name": "HTML5",
"percentage": "75%"
"percentage": "95%"
},
{
"name": "CSS",
"percentage": "25%"
"percentage": "50%"
},
{
"name": "JavaScript",
"percentage": "55%"
},
{
"name": "React",
"percentage": "90%"
"percentage": "30%"
}
],
"interest": [
"javascript",
"develop",
"backend",
"frontend"
"frontend",
"UI/UX"
],
"languages": [
{
Expand All @@ -85,7 +86,7 @@
},
{
"name": "English",
"percentage": "50%"
"percentage": "10%"
}
],
"social": [
Expand Down
Loading