Skip to content

jhonnierandrey/dasimaginare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imaginäre Images Finder

React App to search free images using an API.

Images from Pixabay

How to use:

Before you can run this app, you need to get an API KEY from Pixabay, please go to Pixabay API and add your API KEY into the .env file as a value for REACT_APP_API_KEY.

  1. Clone this repo

        git clone https://github.com/jhonnierandrey/dasimaginare
  2. Install all the required dependencies.

        npm i
  3. To start on your local machine (starts using server.js):

        npm start
  4. OPTIONAL : To start on your local machine (development):

        npm run-script devp

Contributing

  1. Fork it (https://github.com/jhonnierandrey/dasimaginare/fork)
  2. Create your own branch (git checkout -b newFeature/yourIdea)
  3. Commit your changes (git commit -m 'Add your commit')
  4. Push to the branch (git push)
  5. Create a new Pull Request

References

Pixabay API Docs

License

This project is licensed under the MIT License