Skip to content

faozziyyah/De-sky-hotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

De-sky Hotel

This is a hotel web app built with ReactJs.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size

Screenshot

Links

My process

Built with

  • JSX
  • CSS
  • Flexbox
  • React - React: JS library

What I learned

  • 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>
);

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published