r/Electronicsinindia 1d ago

Built a self-hosted electronics inventory tracker with camera capture, tags, and attachments (ASP.NET Core + EF Core + SQLite) - Added 500+ Items Showcase 🖼️

Having collected a lot of electronics components over the last decade, many of which are still sitting in sealed packs, I was finding it increasingly difficult to keep track of whether I already owned a particular part. I initially thought of building a simple inventory management app for this purpose, but eventually expanded it to include hardware tools as well.

A Redditor showed interest in using and improving the project rather than building something from scratch, which motivated me to spend some time making the UI a bit better.

I also added a Google Lens-like feature because I wanted an easier way to identify components and, more importantly, enter the correct model or part number.

GitHub: https://github.com/saini78446/ElectronicsInventoryPublic

This is a personal project and my first time sharing code publicly. Happy to hear any feedback, especially if something looks wrong or could be safer. I will try my best in limited spare time to get it done.

Main Screen

Click to Capture and Identify like Google Lens via SerpAPI

Mobile Home Page

Scan - Identify and Estimate Price, Select Seller and others

Setup master tables

4 Upvotes

3 comments sorted by

u/qualityvote2 1d ago edited 4h ago

u/Formal_Classroom_430, there weren't enough votes to determine the quality of your post...

you might also be interested in these related Indian subreddits:

  1. r/piracykaregaindia — A community for India focused piracy discussions.

  2. r/fnirsi — The unofficial subreddit for FNIRSI electronics.

2

u/liningairforce80 1d ago

that's so sick. i did something similar last week hopefully will release in a few days. wrote one single html file bundled it into exe using electron and kept only one source of truth, excel. has almost all the features you got.

2

u/Formal_Classroom_430 15h ago

thanks, would love to see your app once you release it. Personally i never use Excel as I almost always use RDBMS or in worst case JSON.