A WPF based desktop app for viewing photos that are uploaded on photos hosting website Flickr.com.
Users can view and search for photos from within the app.
Following features are provided by the Application,
- Search for your favorite images using the search bar.
- Select an image and zoom-in/zoom-out.
- Navigate to different page results.
- Navigate to previous search result.
- Visual Studio 2017 or later
- Microsoft Edge WebView2 Runtime
- Reactjs version 18.2.0 or later
- Node.js version 18.12.1 or later
Please follow below steps to build the project
- Clone the project to your local directory:
https://github.com/sowrab1994/PhotoViewer.git - CD into the directory
PhotoViewer\src - Run following command in command prompt
msbuild PhotoViewer.sln /property:Configuration=Release - Application
PhotoViewe.exewill be built in the directoryPhotoViewer\src\PhotoViewer\bin\Release\
- CICD Pipeline in Git to generate the build.
- Localization of texts used in the Application.
- Adding Icons for the Application.
- Making the application DPI aware.
- Caching of API results.



