CossyCossy / liyana-hotel

Liyana Hotel is a simple web app that shows how to make an api call to Sun Hotels search api and be able to search for available accomodation in a given destination with several query parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cgapp logo
Liyana Hotel Web App

Liyana Hotel is a simple web app that shows how to make an api call to Sun Hotels search api and be able to search for available accomodation in a given destination with several query parameters. Additionally, since the Sun Hotels APIs are SOAP based i.e XML, the project also shows how to consume soap results and convert them into readable json format. The web app has been built using React and Tailwind Css.

react version  tailwind css version


Screenshots

  • Screen one
cgapp logo
  • Screen two
cgapp logo

How to run the app

This app was built using React React and Tailwind Css

Clone the repository:

$ git clone https://github.com/CossyCossy/liyana-hotel.git

Get into project directory:

$ cd liyana-hotel/

Install the project dependancies:

$ npm install

Run the app:

$ npm start

This will run the app in the development mode. Open http://localhost:3000) to view it in your browser.

Author

Cosmas Mbuvi | Crunch Garage

About

Liyana Hotel is a simple web app that shows how to make an api call to Sun Hotels search api and be able to search for available accomodation in a given destination with several query parameters.


Languages

Language:JavaScript 84.4%Language:HTML 11.4%Language:CSS 4.1%