Git Product home page Git Product logo

bookifly-app's Introduction

✈️ Bookifly App

Es una aplicación web para una aerolínea que permite la reservación de vuelos. Volando con seguridad, rápidez y confianza 🌴.

App Screenshot

Features

  • Búsqueda de vuelos por ciudad, fecha y cantidad de personas.
  • Selecciona tu vuelo para reservar.
  • Reserva tu vuelo.
  • Calcular el precio de tu vuelo en función de la cantidad de personas y el costo del pasaje.

Lessons Learned

Yo aprendí y practiqué más acerca de React.js, React Hooks, Redux (Reducers, Actions, Store), Sass, React Context y TypeScript.

Run Locally

Clonar el proyecto

  git clone https://github.com/alxmcr/bookifly-app

Ir donde se encuentra el directorio del proyecto.

  cd bookifly-app

Instalar NPM dependencies

  npm install

Iniciar el Frontend server

  npm run start

Abrir el navegador:

http://localhost:3000

Nota.-: Es necesario iniciar el Backend server: bookifly_api_py (Backend API)

Environment Variables

Para arrancar el proyecto se necesita de variables de entorno(.env). Donde se puede, colocar en la raíz del proyecto: bookifly-app/.env (ver: .env-sample)

REACT_APP_BACKEND_API_BASE_URL=http://localhost:4000

o si tienes un servidor en la nube:

REACT_APP_BACKEND_API_BASE_URL=https://bookifly-api-py.herokuapp.com

Rutas Habilitadas en la aplicación

  • Inicio (/)
  • Vuelos (/flights)
  • Reservas (/bookings)

Tech Stack

  • typescript: "^4.4.4"
  • @testing-library/jest-dom: "^5.14.1"
  • @testing-library/react: "^11.2.7"
  • @testing-library/user-event: "^12.8.3"
  • react: "^17.0.2"
  • react-dom: "^17.0.2"
  • react-redux: "^7.2.6"
  • react-router-dom: "^5.3.0"
  • redux: "^4.1.2"
  • redux-devtools-extension: "^2.13.9"
  • sass: "^1.43.4"

Screenshoots

App Screenshot

Flights page - Screenshot

Flight bookings page - Screenshot

Flight bookings page: Customer form - Screenshot

Flight bookings page: Customer Thanks - Screenshot

Demo

https://bookifly-app.netlify.app/

Authors

Feedback

If you have any feedback, please reach out to me at [email protected].

bookifly-app's People

Contributors

alxmcr avatar

Stargazers

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