Simple IT asset management playground that pairs a Node/Express API (with Drizzle ORM + SQLite) and a Vite/React frontend. Used it to practice CRUD flows, UI state management, and lightweight full-stack wiring.
- Backend: TypeScript, Express, Drizzle ORM, SQLite
- Frontend: Vite, React, TypeScript, Tailwind CSS
asset-manager-backend/– REST API, database layer, migrationsasset-manager-frontend/– React client (components, API hooks, styles)