Skip to content

arnest00/magehand

Repository files navigation

mageHand

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.

Features

  • 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

Running Locally

There is a live version of the app, but you can also run mageHand locally.

  1. Run npm install.
  2. Run npm run dev.
  3. Navigate to http://localhost:3000/.