An open API service indexing awesome lists of open source software.

https://github.com/lankaukk/pexels-art

React App fetching from the Pexels API. Using the 'average color' attribute of searched images, an abstract artwork is created.
https://github.com/lankaukk/pexels-art

javascript pexels pexels-api react

Last synced: 2 months ago
JSON representation

React App fetching from the Pexels API. Using the 'average color' attribute of searched images, an abstract artwork is created.

Awesome Lists containing this project

README

          

# Pexels Art 🎨

[Make Pexels Art Here!](https://pexel-art.netlify.app/)

Pexels Art is a React App that fetches from the Pexels API. The typed words serve as a search query for their image database. Using the 'average color' attribute of the corresponding images, a new abstract artwork is created.

![ Pexels Art Inferface](pexels-art.gif) [](pexels-art.gif)

If you would like to get this React app started locally, first fork and clone this repo, then run `npm i && npm start`

You will need to create your wn API Key to access the Pexels API. Creating a key is free and only requires an account. Get started here: https://www.pexels.com/onboarding Once you've got your key, you can paste it in place of the API_KEY variable.