Skip to content

create cv with react components #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# frontend

## React Curriculum vitae

Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate para mostrar tu información.
Curriculum Snayder Acero - prueba desarrollo


### Notas Adicionales

Se realizó la maquetación de los diferentes componentes de acuerdo a los test inicialess, la personalizacion y consumo de la API con la data y carga de la información en el front.

![react-cv](https://github.com/PlatziMaster/frontend/blob/main/screenshot.png?raw=true)
Por temas de tiempo no alcanzo a generar los correspondientes CSS

### Retos
1. [Crear los componentes del proyecto](https://github.com/platzimaster/frontend/issues/1)
Expand Down
18 changes: 11 additions & 7 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"data": {
"name": "Melissa Walsh",
"profession": "FrontEnd Developer",
"name": "Snayder Acero",
"profession": "FullStack Developer",
"address": "Bogotá, Colombia.",
"email": "[email protected]",
"email": "[email protected]",
"website": "https://example.com",
"phone": "3042034240",
"phone": "3134895422",
"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, ",
"Profile": "Desarrollador con más de 14 anos de experiencia...",
"certificate": [
{
"date": "Jan 2021",
Expand Down Expand Up @@ -81,11 +81,15 @@
"languages": [
{
"name": "Spanish",
"percentage": "90%"
"percentage": "100%"
},
{
"name": "English",
"percentage": "50%"
"percentage": "20%"
},
{
"name": "Portugues",
"percentage": "10%"
}
],
"social": [
Expand Down
Loading