Skip to content

A React App that finds beautiful images for you

Notifications You must be signed in to change notification settings

ashtan19/Periscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Periscope

A react app that leverages Unsplash's API to find you images that you are looking for!

Example

Periscope Demo

How to Start

npm install

npm start

API

Ensure that you have registered for an Unsplash API and include it in this format

import axios from "axios";

export default axios.create({
  baseURL: "https://api.unsplash.com",
  headers: {
    Authorization: "Client-ID 0xExample",
  },
});

About

A React App that finds beautiful images for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published