Skip to content

Commit b6c586f

Browse files
Update README.md
1 parent 3cd0580 commit b6c586f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

image-finder-app/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,21 @@ Link : https://pixabay.com/api/
2626
1. Download or clone the repository `git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git`
2727
2. Go to the directory
2828
3. Open the terminal, and type `npm start`
29+
4. After application opens, there are two search input, one is asking for image title and second one is for number of images.
30+
5. If number of images less than 3 or more than 200 , it will show a message to the user.
2931

3032

3133
## Screenshots
3234

3335
Initial UI looks like:
36+
3437
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss1.png" />
3538

3639
After user search for a image:
3740

3841
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss2.png" />
3942

43+
A message will be shown if user search for a image and number of images are less than 3 or more than 200:
4044

4145
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss3.png" />
4246

0 commit comments

Comments
 (0)