PokéCollectionMade in C#
### PokéCollection is a small "Tool" project made in XAML with WPF .NET. In this project you can view an overview of all Pokémon or details from the currently selected one. In the overview you can also filter the Pokémon based on type, generation and rarity and sort them based on id, name or evolution chain (ascending or descending).
### All the data used in this project is loaded from PokéAPI
## Goal of this project
The purpose of this project was to get a basic introduction to using **XAML with WPF .NET** for **Tool Development**.
## What I learned from this project
- Using XAML with WPF .NET
- Using MVVM (Model, View, ViewModel)
- Working with API's