Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 2.38 KB

File metadata and controls

86 lines (62 loc) · 2.38 KB

📸 PixelVista – Premium Image Explorer

HTML5 CSS3 JavaScript UnsplashAPI License


PixelVista is a premium image exploration web application that helps you search and browse high‑quality photos with a smooth, modern interface.

Website Link


✨ Features

  • 🎨 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.


🛠️ Tech Stack

  • Frontend: HTML5, CSS3, JavaScript
  • API: Unsplash Developer API

📁 Folder Structure


PixelVista/
├── index.html
├── style.css
├── script.js
└── README.md

⚙️ Getting Started

1. Clone the repository

git clone https://github.com/dj-ayush/PixelVista.git
cd PixelVista

2. Open in your browser

Simply open index.html in your preferred browser.

3. Add your Unsplash API key

In script.js, replace :

const accessKeyPrivate = "YOUR_UNSPLASH_ACCESS_KEY";

🤝 Contributing

We welcome contributions!

  1. Fork the repo
  2. Create a new branch: git checkout -b feature-name
  3. Commit your changes: git commit -m "Added feature"
  4. Push to your branch: git push origin feature-name
  5. Create a pull request 🚀

📄 License

This project is licensed under the MIT License.


Built with ❤️ by @dj-ayush