A dynamic, responsive image gallery application built with React.js and Tailwind CSS. Fetches images from an API with photographer names and implements smooth pagination for seamless browsing.
- 📸 Image Gallery - Display images fetched from a REST API
- 👤 Photographer Names - Shows uploader/creator name with each image
- 📄 Pagination - Smooth page navigation for browsing images
- 🎨 Modern UI - Clean interface with Tailwind CSS
- 📱 Responsive - Works perfectly on all devices
- ⚡ Fast Loading - Optimized with React components
- React.js - UI library
- Tailwind CSS - Utility-first CSS framework
- JavaScript - Core logic
- REST API - Image data fetching
- HTML5 - Semantic markup
# Clone the repository
git clone https://github.com/Rafay-Amir/gallery-app-react.git
# Navigate to project
cd gallery-app-react
# Install dependencies
npm install
# Start development server
npm start
# or
npm run dev