This is a hotel web app built with ReactJs.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Solution URL: (https://github.com/faozziyyah/De-sky-hotel)
- Live link: (https://faozziyyah.github.io/De-sky-hotel/)
- JSX
- CSS
- Flexbox
- React - React: JS library
- How to use animations in React
- Passing props
return (
<div className={styles.composition}>
<img
sizes={props.size}
className={props.className}
alt={props.alt}
src={props.src}
/>
</div>
);
To use this app, you can clone this repo to your local machine, then yarn install to install dependencies and yarn start to view live on your local host.