PixelVista is a premium image exploration web application that helps you search and browse high‑quality photos with a smooth, modern interface.
-
🎨 Glassmorphism Search Bar and Buttons
The interface uses elegant glassmorphism effects for a premium look and feel. -
✍️ Poppins Google Font
A modern and clean typography is applied across the site. -
🖼️ Hover Overlay on Images
Each image shows the photographer’s name and a direct download link when hovered. -
⏳ Loading Spinner
A smooth spinner is displayed while images are being fetched. -
🔝 Back‑to‑Top Button with Smooth Scroll
Quickly navigate back to the top of the page with a single click.
- Frontend: HTML5, CSS3, JavaScript
- API: Unsplash Developer API
PixelVista/
├── index.html
├── style.css
├── script.js
└── README.md
git clone https://github.com/dj-ayush/PixelVista.git
cd PixelVistaSimply open index.html in your preferred browser.In script.js, replace :
const accessKeyPrivate = "YOUR_UNSPLASH_ACCESS_KEY";
We welcome contributions!
- Fork the repo
- Create a new branch:
git checkout -b feature-name - Commit your changes:
git commit -m "Added feature" - Push to your branch:
git push origin feature-name - Create a pull request 🚀
This project is licensed under the MIT License.
Built with ❤️ by @dj-ayush