Showcase: My first web applications (IT Asset Management, B2B Procurement, Offline PWA) - Looking for feedback! #198246
Replies: 1 comment
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I am an IT Support Specialist transitioning into Full Stack Development, and I've recently finished and deployed my first web applications. My primary goal was to build practical, real-world tools for IT operations and systems administration, with a focus on security-first architecture.
I have deployed all frontends on Vercel and the backends on Render, and I've open-sourced all codebases on GitHub. I would love to share them with the community and get your feedback and advice on how to improve them!
Here is what I've built:
1. 📊 AssetDesk — IT Asset Management & Service Desk
A lightweight workspace to track corporate hardware inventory, handle support tickets, and manage user directories.
LocalStorageso users can interact with it instantly. The backend is hardened with Helmet security headers, request body size limits, and login rate-limiting.🛒 2. CommerceSuite — B2B Procurement Portal
An administrative portal for purchasing corporate IT hardware, licenses, and tracking orders.
🔐 3. Helper — Secure Offline RSA Token Generator (PWA)
A Progressive Web App designed for field technicians to cryptographically sign repair tokens in remote zones without internet signal.
localStorageand never sent over the network. It features local rate-limiting lockout (60s block after 5 failed password attempts) and secure DOM rendering to prevent XSS.💬 What I'd Love Feedback On:
Since these are my first complete applications, I would appreciate any opinions or advice on:
Thank you so much in advance for your time and feedback!
Beta Was this translation helpful? Give feedback.
All reactions