Skip to content

Mart-Dan-Rossi/martin-rossi-venta-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

En este archivo hay una sección en español y otra en inglés.
Este proyecto está orientado únicamente a practicar herramientas aprendidas durante el curso de React de CoderHouse.

Emula ser una tienda de NFT´s. Estos NFT´s serían "coleccionables" cada uno con una cantidad limitada de ediciones, con un lore único y agrupadas en varios tipos.
Para navegar por el sitio los usuarios podrán acceder a una galería general donde verán todos los productos así como también podrá acceder a un filtro de tipos de NFTs. 
Al interactuar con lo mostrado en las galerias podrán obtener más informaciónd e cada uno de los NFTs y podrán agregarlos a sus carritos de compra. 
En el carrito podrán confirmar la compra y rellenar un formulario con información necesaria para la realización del pedido.


Las únicas dependencias que utilizo son las brindadas como opcionales u obligatorias en la cursada y bootstrap 4.6 que la utilizo para dar estilos de forma rápida a ciertas partes de mi sitio.

A continuación hay info relevante a react.
In this file there is a section in Spanish and another in English.
This project is intended solely to practice tools learned during the CoderHouse React course.

Emulates being an NFT's store. These NFT's would be "collectible" each with a limited number of editions, with a unique lore and grouped into various types.
To browse the site, users will be able to access a general gallery where they will see all the products as well as a filter of types of NFTs.
By interacting with what is shown in the galleries, they will be able to obtain more information about each of the NFTs and will be able to add them to their shopping carts.
In the cart you can confirm the purchase and fill out a form with the necessary information to place the order.


The only dependencies I use are the ones provided as optional or mandatory in cursada and bootstrap 4.6 which I use to quickly style certain parts of my site.

Below is some info relevant to react.

Guia/guide

Para utilizar el proyecto al descargarlo deben correr el npm install para poder correrlo correctamente.

Este proyecto está deployado en firebase. Pueden encontrarlo en el siguiente link: (https://martin-nfts.web.app/)

Primeros pasos con la aplicación Create React

Este proyecto se inició con [Crear aplicación React] (https://github.com/facebook/create-react-app).

Guiones disponibles

En el directorio del proyecto, puede ejecutar:

inicio npm

Ejecuta la aplicación en el modo de desarrollo.
Abra http://localhost:3000 para verlo en su navegador.

La página se volverá a cargar cuando realice cambios.
También puede ver errores de pelusa en la consola.

prueba npm

Inicia el corredor de prueba en el modo de reloj interactivo.
Consulte la sección sobre [ejecutar pruebas] (https://facebook.github.io/create-react-app/docs/running-tests) para obtener más información.

compilación de ejecución de npm

Construye la aplicación para producción en la carpeta build.
Empaqueta correctamente React en modo de producción y optimiza la compilación para obtener el mejor rendimiento.

La compilación se minimiza y los nombres de archivo incluyen los hashes.
¡Tu aplicación está lista para ser implementada!

Consulte la sección sobre implementación para obtener más información.

ejecutar ejecución npm

Nota: esta es una operación unidireccional. ¡Una vez que te 'expulsas', no puedes volver atrás!

Si no está satisfecho con la herramienta de compilación y las opciones de configuración, puede "expulsar" en cualquier momento. Este comando eliminará la dependencia de compilación única de su proyecto.

En cambio, copiará todos los archivos de configuración y las dependencias transitivas (webpack, Babel, ESLint, etc.) directamente en su proyecto para que tenga control total sobre ellos. Todos los comandos, excepto "expulsar", seguirán funcionando, pero apuntarán a los scripts copiados para que pueda modificarlos. En este punto estás por tu cuenta.

No tienes que usar nunca eject. El conjunto de funciones seleccionadas es adecuado para implementaciones pequeñas y medianas, y no debe sentirse obligado a usar esta función. Sin embargo, entendemos que esta herramienta no sería útil si no pudiera personalizarla cuando esté listo para hacerlo.

Aprende más

Puede obtener más información en la [documentación Crear aplicación React] (https://facebook.github.io/create-react-app/docs/getting-started).

Para aprender React, consulte la [documentación de React] (https://reactjs.org/).

División de código

Esta sección se ha movido aquí: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code- terrible)

Análisis del tamaño del paquete

Esta sección se ha movido aquí: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/ docs/analizando-el-tamaño-del-paquete)

Creación de una aplicación web progresiva

Esta sección se ha movido aquí: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react- app/docs/hacer-una-aplicación-web-progresiva)

Configuración avanzada

Esta sección se ha movido aquí: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced- configuración)

Despliegue

Esta sección se ha movido aquí: https://facebook.github.io/create-react-app/docs/deployment

npm run build no se minimiza

Esta sección se ha movido aquí: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/ create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

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.

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

npm run build fails to minify

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published