React App to search free images using an API.
Images from Pixabay
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.
-
Clone this repo
git clone https://github.com/jhonnierandrey/dasimaginare
-
Install all the required dependencies.
npm i
-
To start on your local machine (starts using server.js):
npm start
-
OPTIONAL : To start on your local machine (development):
npm run-script devp
- Fork it (https://github.com/jhonnierandrey/dasimaginare/fork)
- Create your own branch (
git checkout -b newFeature/yourIdea
) - Commit your changes (
git commit -m 'Add your commit'
) - Push to the branch (
git push
) - Create a new Pull Request
This project is licensed under the MIT License