Skip to content

22013-team7-project/front-end-project

 
 

Repository files navigation

front-end-project - Pokedex

Proyecto desplegado

Pokedex App

Progreso en tareas

Tareas React

Componente Estado Tarea Contribuyente
Login
  • ✅ Pantalla y estilos
  • ✅ Funcionalidades
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
  • ✅ Pantalla y cards de equipo pokemon
  • ✅ Funcionalidades (agregar/sacar)
iara baya
Contraseña
  • ✅ Pantalla de reinicio de contraseña
  • ⬜️ Funcionalidades (en progreso)
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

Tareas Firebase

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

homework

  • 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...

homework

  • Si pudieron hacer el componente perfil de usuario ahora tienen que hacer el componente Login...

homework

homework

  • 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.

homework

  • 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.

homework

  • Crear un documento en firestore y cargarlo...

homework

  • Crear el social login para Facebook, Twitter y Microsoft.

homework

  • Conectar el componente movies al backend de firebase con la coleccion movies.

Topic of the week

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…..


Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

npm run eject

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 7.0%
  • HTML 2.6%
  • Shell 0.4%