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.
You are required to have Node.js installed to run the app locally.
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.
Update your API_KEY in App.js
const clientID = `?client_id=${process.env.REACT_APP_ACCESS_KEY}`;
# install all dependency
~/ npm install
# run
~/ npm run dev - HTML
- CSS
- Bootstrap
- React JS
💾 You can preview it here: Snapsplash
