gupta-ji6 / unsplash-image-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsplash Search

Get Started

  1. Create .env file with following content:
REACT_APP_UNSPLASH_ACCESS_TOKEN=your_access_token
REACT_APP_UNSPLASH_SECRET_KEY=your_secret_token
  1. Run yarn.
  2. Run yarn start

ToDo

  • Add debouncing in search input
  • Remove old data when search query is changed
  • Fix Clear Filter.

About

License:MIT License


Languages

Language:JavaScript 62.1%Language:CSS 30.2%Language:HTML 7.7%