Switch Inventory is a personal inventory management tool to track how many switches you have in your possession. Useful for planning new keyboard builds, tracking what switches you own, details about switches, photos, and inventory change history. Switch Inventory is written using .NET MAUI and supports Android and iOS. For raw data examples, sample data was used from listings on Milktooth
For development Visual Studio 2022 with .NET MAUI workload with the latest .NET SDK was used
Cloning
git clone https://github.com/ikin-dev/SwitchInventory.git
cd SwitchInventory
dotnet restore
dotnet build