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
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
["@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
}
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: node_js
os:
- linux
cache:
directories:
- node_modules
- ~/.npm
node_js:
- '12'
git:
depth: 3
script:
- yarn build
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: dist/
target-branch: gh-pages
commit_message: "deploy del proyecto"
on:
branch: master
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@

## React Curriculum vitae

Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate para mostrar tu información.
#1
Cree los respectivos componentes para cada sección
#2
Cree los estilos y la estructura personalizada.
#3
Cree la función getData con async/await, recibe una API y te devuelve la respuesta en json para poder comunicar los datos del servidor con la aplicacion
#4
Integre la Api desde el container App.jsx y pase la data por props.
#5
Personalize el archivo data.json con mis datos, quite algunos items y agregue otros.
#6
Añadi los cambios que hice en el pull request

![react-cv](https://raw.githubusercontent.com/DanielSantos495/project-react-01/master/cv.png)

![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)

### Instalación
```
Expand Down Expand Up @@ -44,11 +48,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/)

### Licencia
project-react-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
Binary file added cv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 39 additions & 76 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,109 +1,72 @@
{
"data": {
"name": "Melissa Walsh",
"name": "Daniel Esteban Santos Méndez",
"profession": "FrontEnd Developer",
"address": "Bogotá, Colombia.",
"email": "melissa@example.com",
"website": "https://example.com",
"phone": "3042034240",
"avatar": "https://arepa.s3.amazonaws.com/melissa.jpg",
"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": [
{
"date": "Jan 2021",
"description": "Hack up furballs try to jump onto window and fall while scratching at wall. ",
"institution": "Platzi",
"name": "FrontEnd Developer"
"email": "dsantos0495@gmail.com",
"website": "https://danielsantos.netlify.app/",
"avatar": "https://i.imgur.com/Xw0Be34.png",
"about": "Soy aprendiz de Desarrollo Web especializandome en Front-end, estudiante de Platzi en el programa Platzi Master, me gusta mucho desarrollar con tecnologías Vanilla. ",
"proyectosPersonales": [
{
"proyecto": "Piedra, Papel o Tijera",
"description": "Un juego clasico en el mundo, usado usulamente para tomar decisiones sobre quien debe hacer alguna tarea. En Colombia es muy conocido como Chin, Bun, Papas.",
"site": "https://chinbunpapas.netlify.app/",
"means": "https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH"
},
{
"date": "Jan 2021",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
"name": "Backend Developer"
}
],
"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",
"startDate": "Jan 2018"
},
{
"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",
"institution": "Harvard",
"startDate": "Jan 2017"
}
],
"experience": [
{
"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"
"proyecto": "WeatherApp",
"description": "App que da el clima actual de cualquiera parte del mundo",
"site": "https://weather5.netlify.app/",
"means": "https://openweathermap.org/"
},
{
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
"proyecto": "Countries",
"description": "App que muestra todos los países del Mundo",
"site": "https://countriesapi.netlify.app",
"means": "https://www.frontendmentor.io/challenges/rest-countries-api-with-color-theme-switcher-5cacc469fec04111f7b848ca"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "75%"
"icon": "https://www.flaticon.com/svg/static/icons/svg/152/152843.svg"
},
{
"name": "CSS",
"percentage": "25%"
"icon": "https://www.flaticon.com/svg/static/icons/svg/732/732007.svg"
},
{
"name": "JavaScript",
"percentage": "55%"
"name": "Sass",
"icon": "https://img.icons8.com/ios-filled/50/000000/sass.png"
},
{
"name": "Js",
"icon": "https://img.icons8.com/ios-filled/50/000000/javascript-logo.png"
},
{
"name": "React",
"percentage": "90%"
"icon": "https://img.icons8.com/ios-filled/50/000000/react-native.png"
}
],
"interest": [
"javascript",
"develop",
"backend",
"frontend"
],
"languages": [
{
"name": "Spanish",
"percentage": "90%"
},
{
"name": "English",
"percentage": "50%"
}
"Javascript",
"Backend",
"Frontend",
"React",
"Svelte"
],
"social": [
{
"name": "facebook",
"url": "https://facebook.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/"
"name": "Twitter",
"url": "https://twitter.com/Danielsantos495"
},
{
"name": "github",
"url": "https://github.com/"
"name": "Github",
"url": "https://github.com/DanielSantos495"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/"
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/esteban-santos-mendez-00b62178/"
}
]
}
Expand Down
Loading