App created as part of a React Course by Acamica + Globant, the objective of this application is to use and understand the basics of React such as Class components in react, managing states without a library, setting up a React Project withoud a package manager, etc...
The app consist of a booking app with a filter functionality.
This app is created using:
- React, ReactDOM and Babel CDN (does not use react-create-app or npm to install dependencies).
- MaterializeCSS Library for the styles.
- Mocked data of the hotels.
Launch a development local server with live reload of the file index.html, for VS Code I used the Extension " Live Server by Ritwick Dey "