Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.45 KB

drawing

OpenHostel

OpenHostal is a web application designed to do bookings in different hotels and locations, you would select a location, days while you use the service, and a number of persons, and is all ready! you just need to select your room and proceed to the payment. this app solves the problems of stay that many travelers have, in this way they can book easily and quickly from OpenHostal. This web application has the backend services in Firebase and Google Cloud Plattform, tested with super Test.

The proyect was developed with:

Front End

main libraries

  • React
  • Redux, Redux Thunk
  • Firebase
  • React Router Dom

Design libraries

  • Material UI
  • React Boostrap
  • Styled Components

Other libraries

  • Formik
  • Yup

Set Up

it is necessary the presence of Node.js in your pc

Create a folder for the project and clon the files in it. you can do this using a git bash and the command:

git clone *URL-repository*

later all you need to do is install the dependencies running the command:

npm install

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.