AssetTrack is a modern, responsive web dashboard for tracking Business IT assets (laptops, monitors, peripherals). It demonstrates the ability to build internal tools using modern web technologies.
- Dashboard Overview: Visualize asset status (Available, Assigned, Maintenance).
- Search & Filter: Instantly filter assets by serial number, assignee, or type.
- Responsive Design: Optimized for desktop and tablet usage.
- Modern Tech Stack: Built with React + Vite.
npm installnpm run devnpm run buildThe application uses a local mock database (src/data.js) to simulate an inventory system, demonstrating how to structure and consume JSON data.