Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/react-tailwind-pixabay-gallery
Pixabay image gallery
https://github.com/bradtraversy/react-tailwind-pixabay-gallery
Last synced: about 2 months ago
JSON representation
Pixabay image gallery
- Host: GitHub
- URL: https://github.com/bradtraversy/react-tailwind-pixabay-gallery
- Owner: bradtraversy
- Created: 2020-04-09T17:55:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:13:22.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:26:27.238Z (5 months ago)
- Language: CSS
- Size: 2.1 MB
- Stars: 162
- Watchers: 5
- Forks: 85
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixabay Image Gallery - React & Tailwind CSS
Simple gallery with images from the pixabay API. Tailwind css is built into workflow with postcss and autoprefixer.
## Usage
Add your Pixabay API key to .env - https://pixabay.com/api/docs/```
# Install dependencies
npm install# Watch CSS & run server on :3000
npm start# Build CSS and assets
npm run build
```