https://github.com/andrewkeepcoding/photoorganizer
https://github.com/andrewkeepcoding/photoorganizer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewkeepcoding/photoorganizer
- Owner: AndrewKeepCoding
- License: mit
- Created: 2022-03-13T06:29:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T23:03:39.000Z (over 3 years ago)
- Last Synced: 2025-04-24T13:42:34.802Z (9 months ago)
- Language: C#
- Size: 236 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📷 Photo Organizer
This is a work in progress project.
## 🎬 YouTube
- [Photo Organizer Playlist](https://youtube.com/playlist?list=PLWyJQIhN3vyO2_kTY43wJGRmQ-4UMtceo)
- [Part 1: ContentDialog | FolderPicker | GitHub Repo | Community Toolkit MVVM](https://youtu.be/e2YEzcuKEMU)
- [Part 2: File Loading | Filtering | Community Toolkit MVVM Source Generator](https://youtu.be/QFUNG2rqGZs)
- [Part 3: ItemsRepeater | MetadataExtractor | Humanizer](https://youtu.be/sjkl6vVU_Gg)
- [Part 4: Loading Screen | ProgressBar](https://youtu.be/n1AzaFCCi9Y)
- [Part 5: Git Squash with Visual Studio 2022](https://youtu.be/jiVMFYcPSNs)
- [Part 6: GitHub Issue Fix Branch Pull Request Merge](https://youtu.be/zXkYxG-a2fQ)
- [Part 7: Logging with Serilog.Sinks.WinUi3](https://youtu.be/P44vT1B9McU)
- [Part 8: STARTING OVER](https://youtu.be/MACrznqBCTE)
## 🔥 Upcoming / Backlogs (random order)
- Error Handling
- Unit Testing
- Memory Cache Size
- Version Management
- Local Settings (json)
- Filtering / Selection
- Drag and Drop Support
- App Logo / Icon
- Processed (Organized) Photo Data Management (SQLite?)
- Microsoft Store?
## 🎁 NuGet Packages
- [Community.Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit)
- [Humanizer](https://github.com/Humanizr/Humanizer)
- [Metadata Extractor](https://github.com/drewnoakes/metadata-extractor)
- [Serilog](https://github.com/serilog/serilog)
- [Serilog.Expressions](https://github.com/serilog/serilog-expressions)
- [Serilog.Sinks.WinUi3](https://github.com/AndrewKeepCoding/serilog-sinks-winui3)