Skip to content

Latest commit

 

History

History
81 lines (71 loc) · 1.82 KB

README.md

File metadata and controls

81 lines (71 loc) · 1.82 KB

Unsplash Clone One

A fully responsive frontend Unsplash clone.

Strategies

  • CSS Flexbox
  • CSS Grid
  • CSS (Fixed / Sticky / Absolute) Positions
  • Mobile First Approach

Techonologies

reactjs tailwindcss typescript javascript html5 css3 vitejs

Screenshots

Desktop screenshot Desktop screenshot

Demo

Install all the project dependencies.

  npm install

Run the development server.

  npm run dev