Componente | Estado Tarea | Contribuyente |
---|---|---|
Login |
|
iara baya |
Context | ✅ Estado General configurado en Contexto | iara baya |
Navbar | ✅ Estilo y responsivo | iara baya |
Routing | ✅ Creacion de rutas | iara baya |
Footer | ✅ Diseño y funcionalidad | nathan |
HomeCard | ✅ Card de Pokemon para home | nathan |
Profile | ✅ Pantalla y diseño de perfil usuario (hardcode) | iara baya |
Team |
|
iara baya |
Contraseña |
|
iara baya |
Switch | ✅ Dark / Light Mode | iara baya |
Register | ✅ Pantalla y estilos | nathan |
404 | ✅ Pantalla y ruta | mia ramos |
Estadisticas | ✅ Tabla de estadisticas pokemon | mia ramos |
Componente | Estado Tarea | Contribuyente |
---|---|---|
Firebase | ✅ Configuraciones basicas | Ivan Rojas |
Firebase | ✅ Login con Firebase | Ivan Rojas |
Firebase | ✅ Setear Provider | Ivan Rojas |
Firebase | ✅ Integrar con registro | iara baya, mia ramos |
Firebase | Integrar reinicio de contraseña | |
Firebase | ✅ Integrar con login Google | iara baya, mia ramos |
Firebase | ✅ Hosting Firebase | mia ramos |
Firebase | ✅ Configuracion GitHub Actions | mia ramos |
Firestore | Crear documento | |
Firestore | Conectar con base de datos |
- Crear un proyecto de React.
- Definir un archivo info.md que describa de que se trata el proyecto. (ejemplos, spotify, netflix, recodatorio de clases, juego... etc..)
- Definir un componente que sea perfil de usuario...
- Si pudieron hacer el componente perfil de usuario ahora tienen que hacer el componente Login...
- Agregar un boton al componente para que cuando se presione, este traiga un nuevo usuario desde https://jsonplaceholder.typicode.com/
- Crear componente que sirva para Registro de usuario.
- Crear componente para reinicio de contraseña.
- Crear un componente que permita una navegacion dentro de la aplicacion.
- Incoporar (opcionalmente) Bootstrap en el proyecto.
- Incorporar archive de lenguajes.
- Colocar los items en la barra de navegacion (segun Proyecto Netflix).
- Crear un componente, MediaCard.
- Crear un componente para el 404 y capturarlo.
- Crear un componente de control de Login
- Usen un evento para que la media card se agrande cuando pase el mouse por arriba.
- Crear un proyecto y una app en firebase.
- Configurar la app de React con firebase
- Van a seleccionar un provider (Google/Microsoft/Facebook/Apple)
- Van a crear usuarios con email/password
- Van incorporar el boton del provider. (ver docu de firebase)
- Van a darle funcionalidad a Create account/reset password para los componentes creados previamente.
- Crear un documento en firestore y cargarlo...
- Crear el social login para Facebook, Twitter y Microsoft.
- Conectar el componente movies al backend de firebase con la coleccion movies.
Semana: 25/4 8. Promises, asincronía y MAP
Semana: 2/5 9. Consumiendo APIs
Semana: 9/5 10. Routing y Navegación
Semana: 16/5 11. Eventos
Semana: 23/5 12. Context…..
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.