Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.24 KB

AnyPics

A simple Picture Surfing Website powered by Pexel API.

Live Demo:

https://shoebhamim.github.io/anypics/

Technology Used:

HTML CSS JavaScript
  • HTML
  • CSS
  • Vanilla Javascript

Features

  1. The landing page shows some pictures selected by Pexels.
  2. The Website is responsive to mobile and desktop devices. Number of column and image width changes based on the device you are visiting from.
  3. Hovering over a photo shows a download icon and you can download the original photo by clicking on it.
  4. Mobile device users doesn't need to hover over a photo to see the download button, it will always appear for better useability.
  5. If you reach at the end of the page the page will automatically load more pictures for you.
  6. You can search for your desired pictures simply typing on the search bar and pressing search at the top.
  7. Last but not least, you can toggle between dark and light mode by clicking on the moon/sun icon at the top-right corner.
  • I plan to keep adding features while i explore and learn new things.