frontend
frontend copied to clipboard
Platzi Master Frontend Test
**Creación de componentes:** Se crean los componentes del curriculum vitae y se válida que pasen los test Se crean componentes adicionales para el loading y la página no encontrada Se...
### Creación de componentes: - Se crean los componentes del cv-web y se válida que pasen los test - Se crean componentes adicionales para ser reutilizados a estos tambien se...
Documentación 1. Al inicio trate de correr json-server data.json pero tenia un error. el puerto estaba ocupado. Solución: Encontrar que estaba ocupando el puerto. 2. Al realizar el commit, no...
Platzi user: fernandojerez email: [email protected] In this test I use createContext,useContext to manage global state. The context is binding a data variable loaded using useEffect and useState The styling of...
Solution by Andres Fernando Moreno Email: [email protected] First of all, I have analyzed the whole codebase and I noticed some of the components were unlinked from the App component, so...
Solution by: Juan David Alcala Sanchez email: [email protected] Welcome to solution by Juan Alcala: In this test i take the way of use Context API for use the Global Information...
This is my pull request solved for the image proposal. Made with love for the Platzi Team 💚💚
1. In the `src/components` directory the main components were created as suggested by the frontend challenge: **Header, Profile, Experience, Academic, Skill, Interest** and **Languages**. Others components were created as containers...
Se resolvieron los retos de Platzi Master siguientes: Retos 1. Crear los componentes del proyecto 2. Añadir estilos 3. Crear función getData.js 4. Integrar API 5. Personalizar API 6. Documentar...