Giter VIP home page Giter VIP logo

frontend-react-p2's Introduction

Gestor de Gastos

Aplicaci贸n sencilla sin Redux ni DDBB ni Backend: solo Frontend

馃摐 Descripci贸n

  • Se utiliz贸 React y useState para simular las transiciones sin manejar rutas
  • Las librer铆as adicionales react-circular-progressbar y react-swipeable-list se personalizaron para la lograr la barra circular y el efecto swipe respectivamente
  • Por su practicidad, Vite fue elegido para inicializar, minificar y crear el bundle de producci贸n
  • Con el fin de persistir la data, se implement贸 LocalStorage
  • El proyecto se desplegado en Netlify . Adem谩s, se dockeriz贸 el c贸digo final para pruebas locales

馃殌 Empezar

Versi贸n Online

Usa este enlace para probar el c贸digo desplegado en Netlify.

Versi贸n Local

  1. Ejecuta los siguientes comandos para Linux. Previamente debes haber instalado Docker y su post-installation
# Descarga la 煤ltima imagen del DockerHub:
docker pull deglanrivas/frontend-react-p2:latest

# Crea un contenedor basado en esa imagen:
docker run --rm -d -p 8080:80 --name demo_container deglanrivas/frontend-react-p2:latest
  1. Abre http://localhost:8080 en tu navegador para ver el resultado 馃殌

  2. Una vez terminada la prueba. Elimina la imagen y el contenedor

# Det茅n los contenedores:
docker stop demo_container && docker rmi deglanrivas/frontend-react-p2:latest

# Valida que se hayan borrado correctamente:
docker images
docker ps -a

frontend-react-p2's People

Contributors

deglan-rivas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.