This app was and is built for me and my friends weekly D&D session. You can try it out for free on https://dnd-inventory.vercel.app/
It is built using Next.js, React, and Tailwind CSS.
- Create and manage your inventory
- Drag and drop items in dashboards using react-grid-layout
- fully responsive design thanks to react-grid-layout
- inventory using library pragmatic-drag-and-drop
To get started, follow these steps (pnpm):
- Clone the repository:
git clone https://github.com/noelfischer/dnd-inventory.git - Install dependencies:
pnpm i - Create a .env file in the root directory
- Run the development server:
pnpm dev - Open http://localhost:3000 with your browser to see the app.
The app is automatically deployed to Vercel when a new commit is pushed to the main branch.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.