Skip to content

drillprop/unsplash-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsplash Browser

Simple app which allows you search images on unsplash.

Technologies

Frontend

Backend

Little Disclaimer. At first, I wanted to stick to just frontend code, but unfortunately unsplash API doesn't provide autocomplete feature. By looking on the network tab in chrome, I figured out where search queries go. Then, I create my own express server and connected to autocomplete endpoint. Without a custom server, it wouldn't be possible to get a proper response because of CORS.

Installation

  1. Clone this repo
git clone https://github.com/drillprop/unsplash-search
  1. Install NPM packages
npm install && cd client && npm install
  1. Create .env file in root directory and add UNSPLASH_ACCESS_KEY and UNSPLASH_SECRET_KEY like in .env.example

  2. Start a development server

npm run dev

Demo

demo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors