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
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,21 @@

Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate para mostrar tu información.

![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)
![react-cv](./screenshot.png)

### Instalación
```
npm install
```

### Ejecución
### Server
```
npm run start
npm run server
```

### Server
### Ejecución
```
npm run server
npm run start
```

### Compilar
Expand All @@ -44,9 +36,6 @@ npm run test
npm run lint
```

### Enviar solución de reto
Debes de crear un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.

### Contribuir
Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [project-react-01](https://github.com/platzimaster/project-react-01/)

Expand Down
10 changes: 10 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
],
"Academic": [
{
"id": "academic-001",
"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",
"startDate": "Jan 2018"
},
{
"id": "academic-002",
"degree": "Space 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",
Expand All @@ -40,13 +42,15 @@
],
"experience": [
{
"id": "experience-001",
"company": "PugStar",
"endDate": "Present",
"jobDescription": "scratch the furniture. Good now the other hand, too lay on arms while you're using the keyboard.",
"jobTitle": "Frontend",
"startDate": "Jan 2020"
},
{
"id": "experience-002",
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
Expand All @@ -56,18 +60,22 @@
],
"skills": [
{
"id": "skills-001",
"name": "HTML5",
"percentage": "75%"
},
{
"id": "skills-002",
"name": "CSS",
"percentage": "25%"
},
{
"id": "skills-003",
"name": "JavaScript",
"percentage": "55%"
},
{
"id": "skills-004",
"name": "React",
"percentage": "90%"
}
Expand All @@ -80,10 +88,12 @@
],
"languages": [
{
"id": "languages-001",
"name": "Spanish",
"percentage": "90%"
},
{
"id": "languages-002",
"name": "English",
"percentage": "50%"
}
Expand Down
Loading