Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 937 Bytes

README.md

File metadata and controls

65 lines (38 loc) · 937 Bytes

React-Image-Gallery-App

Check the live demo here for Material-UI App - https://react-image-gallery-app-using-material-ui.netlify.app/

Check the live demo here for Tailwind CSS App- https://react-image-gallery-app-using-tailwind-css.netlify.app/


React & Material UI app to find images utilizing the PixaBay API


Register your API Key at https://pixabay.com/

Usage

Add your Pixabay API key to .env - https://pixabay.com/api/docs/

Quick Start for Material-UI

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build

Quick Start for Tailwind-CSS

# Install dependencies
npm install

# Watch CSS & run server on :3000
npm start

# Build CSS and assets
npm run build

App Info

Author

Pratham Singh

Version

1.0.0

License

This project is licensed under the MIT License