diff --git a/Projects/2-Intermediate/Pixtures-Image-Gallery-App.md b/Projects/2-Intermediate/Pixtures-Image-Gallery-App.md new file mode 100644 index 00000000..e4e42997 --- /dev/null +++ b/Projects/2-Intermediate/Pixtures-Image-Gallery-App.md @@ -0,0 +1,31 @@ +# Pixtures | Image Gallery App + +**Tier:** 2-Intermediate + +Pixtures | Image Gallery App - A High quality Images & Morder Image gallery using unslpash API. + +## User Stories + +- [ ] User can search variety of Images of their need through Rapid search bar. +- [ ] User can submit the query. This will call an API that will return an array of Relevant Hd Images(**Animals**, **Nature**, **Birds**,**Art**, **Bikes**, etc) +- [ ] User can also see the wide Image on Modal page just clicking one of image from searched gallery. +- [ ] User can Download the images in Modal. +- [ ] User can see relevent tags on their searched images. + + + +## Bonus features + +- [ ] Dark/Light Mode Available in both dekstop and mobile view. +- [ ] For each Modal Image have their photographer profile link so user can visit the Profile. +- [ ] Implement a Responsive Design. +- [ ] Add loading animations. + +## Useful links and resources + +You can use the [Unsplash API](https://api.unsplash.com) + +## Example projects + +- [Pixtures | Image Gallery](https://pixtures.vercel.app/) +- [Github Repository](https://github.com/MohdAnas07/pixtures) \ No newline at end of file diff --git a/README.md b/README.md index 2d209743..362d686f 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Image Gallery App](./Projects/2-Intermediate/Pixtures-Image-Gallery-App.md) | Image Gallery App | 2-Intermediate | + ### Tier-3: Advanced Projects