What Tech Stack Should I Use for a Desktop Inventory Management App?

0
14
Asked By TechieTurtle47 On

I'm a student who recently started a part-time job where I'm tasked with building an inventory management system for a construction company. It's important that this system includes support for QR code generation and scanning. I'm looking for suggestions on a well-known tech stack for creating a desktop application, or recommendations on the best programming languages and frameworks to use for this project.

4 Answers

Answered By DevGuru101 On

If the app is meant for Windows, I'd recommend using C# with WPF. It's powerful for desktop applications and pretty user-friendly for new developers.

Answered By ConstructiveCritic42 On

Honestly, I'm surprised they're asking you to build something from scratch. Inventory management is pretty common, especially in construction, so there's a high chance that existing solutions could meet their needs. It's often better to use an established product than to reinvent the wheel.

StudentCoder99 -

They need a specific feature set that existing solutions don't offer.

RealisticRandy23 -

It's definitely a big undertaking for a student. Hope they're not expecting a full-fledged system without the proper resources!

Answered By CPlusPlusPro On

C++ with QT is a solid choice too, especially if you're comfortable with C++. It's great for building cross-platform applications and has good support for GUI development.

Answered By WebAdvocate56 On

Have you considered why a desktop app is necessary? If multiple people need to access and edit inventory data, you might be better off building a web app. It would simplify the process and provide broader access.

StudentCoder99 -

That's a good point! I suggested a web app too, but they insisted on a desktop version. Guess I’ll just prepare for both possibilities.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.