Skip to content

JACKAJ16/PixabayApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixabay app

bandicam 2020-05-28 19-12-22-361

App is fetching data from Pixabay API.

Search anything you like and you will get a list of pictures found on a Pixabay.

Demo: https://jackaj16.github.io/PixabayApp/

How to start this app on your computer

  • Clone or download directory

  • Run npm install or yarn install to install needed node modules

  • Run npm start or yarn start to start this app localy

  • Open http://localhost:3000 to view app in the browser