Table of Contents
The application was built on the basis of the Unsplash API. It presents a simple photo gallery based on searched words. The user can search for photos on the basis of any word, get a link to share and download the photo, in addition, he can be redirected to the main unsplash page to obtain information about the selected photo. It can also be redirected to the author of the photo.
Application was built with:
Follow the instructions bellow to start the project on your own machine.
- Basic knowledge of React
- Basic knowledge of TailwindCSS
- Basic knowledge of APIs
- Get a free API Key at https://unsplash.com/developers
- Clone the repo
git clone https://github.com/Simply-man/unsplash-gallery.git
- Install NPM packages
npm install
- Create file
.env
in you main directory - Enter your API in
.env
const REACT_APP_ACCES_KEY = 'ENTER YOUR ACCES KEY FROM UNSPLASH';
Bartłomiej Popiołek - @Linkedin - popiolekbartlomiej369@gmail.com
Project Link: https://github.com/Simply-man/unsplash-gallery