Skip to content

The goal of this project is how to integrate Tailwind CSS with React and build an image gallery app with the Pixabay API.

Notifications You must be signed in to change notification settings

MA-Ahmad/react-image-gallery

Repository files navigation

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/

e.g REACT_APP_PIXABAY_API_KEY = xxxxx...

# Install dependencies
npm install

# Watch CSS & run server on :3000
npm start

# Build CSS and assets
npm run build

About

The goal of this project is how to integrate Tailwind CSS with React and build an image gallery app with the Pixabay API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published