mageHand is a Next.js project bootstrapped with create-next-app
and utilizing the Open5e API. The app provides tools for tabletop RPG players of a game that cannot be mentioned by name due to copyright reasons.
- Users can search for spells available in the System Reference Document 5.1
- Filter by Level, Class, and/or School
- View expanded details of individual spells
There is a live version of the app, but you can also run mageHand locally.
- Run
npm install
. - Run
npm run dev
. - Navigate to
http://localhost:3000/
.