paribhandarkar / random-photos

This project is a simple webpage that displays random images from the Picsum API inside a container with a shadow effect. A button is provided to load more images to the container. It's a fun and easy way to showcase a variety of random images on a webpage.

Home Page:https://paribhandarkar.github.io/random-photos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Photos

This project is a simple webpage that displays a grid of random images using the Picsum API. The images are displayed inside a container with a shadow effect, and there is a button that allows you to load more images to the container. Clicking the button will add 9 new images to the container, each with a unique random number assigned to it by the API. The webpage also includes some basic styling using CSS, such as setting the background color and adding some padding to the button. Overall, it's a simple but fun project for displaying a variety of random images on a webpage.

Demo

You can try out the application by visiting this link.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

To get started with this project, clone the repository and open the index.html file in your preferred web browser.

Screenshot (41)

About

This project is a simple webpage that displays random images from the Picsum API inside a container with a shadow effect. A button is provided to load more images to the container. It's a fun and easy way to showcase a variety of random images on a webpage.

https://paribhandarkar.github.io/random-photos/


Languages

Language:HTML 46.5%Language:CSS 29.8%Language:JavaScript 23.7%