A web-based admin dashboard for managing your D&D miniature collection. Built with React, Vite, and Bootstrap.
- Dashboard with collection overview and statistics
- Manage miniatures inventory
- Track categories, sets, and manufacturers
- Responsive Bootstrap-based UI
- SQLite database backend
- Frontend: React 18 with Vite
- UI Framework: Bootstrap 5 with React-Bootstrap
- State Management: Redux Toolkit
- Routing: React Router
- Database: SQLite with Sequelize
- API: Express.js (coming soon)
- Clone the repository
- Install dependencies:
npm install