Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebstar/free-img-search
An App to search for free photos to use in your project
https://github.com/thebstar/free-img-search
css html javasc react reactjs
Last synced: 11 days ago
JSON representation
An App to search for free photos to use in your project
- Host: GitHub
- URL: https://github.com/thebstar/free-img-search
- Owner: theBstar
- Created: 2019-08-27T13:37:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:11:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T14:37:15.604Z (9 months ago)
- Topics: css, html, javasc, react, reactjs
- Language: JavaScript
- Homepage: https://free-img-search.herokuapp.com/
- Size: 1.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An App to search for free photos to use in your project
# # Live [at](https://free-img-search.herokuapp.com/)
## Uses Pixabay API# To run localy
## Clone the repo
## [Get API key from pixabay](https://pixabay.com/api/docs/)
## Create a .env file following .env.example template and replace API key
## Run npm install to install the dependencies
## Run npm run start-react to start the dev server, on port 3000