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.
- Host: GitHub
- URL: https://github.com/lankaukk/pexels-art
- Owner: lankaukk
- Created: 2022-02-16T02:45:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T03:33:20.000Z (over 3 years ago)
- Last Synced: 2025-10-26T00:32:18.614Z (8 months ago)
- Topics: javascript, pexels, pexels-api, react
- Language: JavaScript
- Homepage: https://pexel-art.netlify.app/
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.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.