Skip to content

berat/hipo-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipo case

In this web application, users will explore the photos published to Unsplash in a certain collection with a certain keyword. If you want to see online demo, click it

Tech Stack

  • Developed with React
  • Used TypeScript for type check
  • Used Redux for state management
  • Used SCSS to style project
  • Deployed on Vercel
  • Work with API (https://api.unsplash.com/)

Features

  • You can search on Unsplash.
  • When you search any word, also you can pick any collection.
  • When you want to see any photo, when you click the photo, you will see detail of photo and author who taken the photo.

For Development

Install packages.

  yarn
  • Runs the app in the development mode.
  yarn start

Open http://localhost:3000 to view it in the browser.