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.
✔️ 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.
✔️ selección y página de favoritos.
✔️ página para reproducción de los videos.
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.
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í
🚨 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
Esta página fue diseñada y desarrollada por Vanina Denegri.
Herramientas web utilizadas en este README:
⭐ 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.
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.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify