Skip to content

Proyecto realizado para el Challenge ONE React de La Formación en React de Alura Latam + Oracle (G7)

Notifications You must be signed in to change notification settings

VannDennOk/food-flix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOOD.FLIX 🍝 ➕ 📺

vista del proyecto en distintos dispositivos

Estado 🔋

Tecnologías 💻



Descripción del Proyecto 💡

Food Flix es una aplicación web que te permite guardar video-recetas culinarias. Podés crear nuevos videos, editarlos, eliminarlos, agregarlos a tus favoritos y reproducirlos en la página del player.

El proyecto surge como solución al CHALLENGE ONE REACT de la Formación en React de Alura Latam + Oracle (G7). La temática inicial del Alura Flix fue remplazada por Food Flix para explorar otras posiblidades manteniendo un mismo esquema de diseño. Además de trabajar con tecnologías FrontEnd, parte del desafío fue el desarrollo con React y JavaScript, además de la creación de un servidor JSON simulado.

Requisitos del Challenge 📋

Puntos principales 👌

✔️ congfiguración inicial en React.
✔️ página Home donde se renderizan los videos según sus categorías.
✔️ formulario de carga de nuevos videos.
✔️ uso de modales.
✔️ formulario de edición de videos.
✔️ integración con json-server para almacenamiento de datos (ver branch jsonserver2).
✔️ se debe poder crear, editar y eliminar las tarjetas de videos.

Extras 💪

✔️ selección y página de favoritos.
✔️ página para reproducción de los videos.

Puntos de mejora ⬆️

Cosas que quiero agregar en el futuro:
🔸 mejorar la funcionalidad y el diseño para la verificación de los inputs.
🔸 conectar con una API en línea.

Branches 🚄

main

No tiene persistencia de datos. Al recargar la página lo realizado se pierde y vuelven a cargarse los videos prestablecidos.
Podés probar la página funcional aquí

jsonserver2

Conectar con json-server 🔧

🚨 Requisitos previos: tener instalado Nodle.js.
1️⃣ Clonar este repositorio.
2️⃣ Abrir el proyecto en Visual Studio Code.
3️⃣ Conectar con el servidor JSON:

npm install json-server
npx json-server --watch src/data/db.json --port 3002

4️⃣ Iniciar el proyecto (recuerda que el proyecto se creó con React).
➡️ Aguí se encuentra una galería de imágenes que puedes usar para probar Food Flix

Acceso al proyecto 🔗


Autoría 👩

Esta página fue diseñada y desarrollada por Vanina Denegri.

Reconocimientos 👑

Herramientas web utilizadas en este README:

Imágenes de uso libre:

Muestrame tu apoyo 💝

⭐ Si te gustó mi proyecto podés dejarme alguna estrellita.
📧 Mandarme algún mensaje.
🔔 Seguirme en redes para comentar y compartir.
💝 Darme los reconocimientos correspondientes si es necesario.

Notas finales ❗

Estos son mis primeros proyectos. Aún me quedan muchas cosas por aprender y mejorar. Si tenés algún comentario para ayudarme a crecer lo recibiré atentamente, siempre y cuando venga con respeto.

Licencia ⚠️




Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

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

yarn test

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

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

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

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify