Skip to content

lyndoncortez/react-snapsplash-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapsplash

Snapsplash is a photo search web application made with React and uses Unsplash API for searching. Users can search for high-quality images and download them on their local device. Unsplash is the internet’s source of freely-usable images.

Prerequisites

You are required to have Node.js installed to run the app locally.

Getting Started

To access the Unsplash API, first register as a developer.

Once your account has been registered for the API, log in -> go to the Developers page -> Go to "Your Applications"-> "New Application" and fill in the required details.

SignUp or Login in Unsplash. Go to API/devlopers -> Documentation. Then Register your app to get the API key and secret.

API Usage

Update your API_KEY in App.js

const clientID = `?client_id=${process.env.REACT_APP_ACCESS_KEY}`;

Usage

# install all dependency
~/ npm install

# run
~/ npm run dev 

Built With

  • HTML
  • CSS
  • Bootstrap
  • React JS

Screenshot

💾 You can preview it here: Snapsplash

React App using Unsplash API styled with Bootstrap.

About

React App project using Unsplash API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published