File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,21 @@ Link : https://pixabay.com/api/
26
26
1 . Download or clone the repository ` git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git `
27
27
2 . Go to the directory
28
28
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.
29
31
30
32
31
33
## Screenshots
32
34
33
35
Initial UI looks like:
36
+
34
37
<img src =" https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss1.png " />
35
38
36
39
After user search for a image:
37
40
38
41
<img src =" https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss2.png " />
39
42
43
+ A message will be shown if user search for a image and number of images are less than 3 or more than 200:
40
44
41
45
<img src =" https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/image-finder-app/Screenshots/ss3.png " />
42
46
You can’t perform that action at this time.
0 commit comments