A responsive web application that lets users browse, search, and download high-quality free images from Unsplash. Built with React, Vite, and Tailwind CSS, it offers a clean, fast, and user-friendly experience.
Live on: https://galleryofree.netlify.app/
- 🔍 Search images by keyword (powered by the Unsplash API)
- 📸 View photos in full-screen with a lightbox experience
- 📥 Download images with proper attribution
- 🧭 Navigate easily through views using React Router
- 📱 Fully responsive and optimized for all devices
- React – Component-based architecture
- Vite – Lightning-fast build tool
- Tailwind CSS – Utility-first styling
- Unsplash API – Free high-quality images
- React Router DOM – Client-side routing
- Yet Another React Lightbox – For full-screen image previews
This app uses images provided by the Unsplash API.
Proper credit is given to each image’s photographer directly within the app interface.
🧪 This project was created for learning and practicing React development, API usage, and modern frontend tools.
The app is deployed on Netlify. To run it locally:
# Clone the repo
git clone https://github.com/JMarte03/galleryo.git
cd galleryo
# Install dependencies
npm install
# Run the dev server
npm run dev