jhonnierandrey / dasimaginare

React App to search free images using the Pixabay API.

Home Page:https://dasimaginare.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React App to search free images using the Pixabay API.

https://dasimaginare.netlify.app/


Languages

Language:TypeScript 56.1%Language:SCSS 37.8%Language:HTML 6.1%