Skip to content

A very simple Dungeons & Dragons 5th edition encounter tracker

License

Notifications You must be signed in to change notification settings

aloco/5e-encounter-tracker

Repository files navigation

DnD 5e Initiative Tracker

This is another very basic DnD 5e Initiative Tracker. It´s built around the needs within our group and DM. Feel free to open issues in order to make suggestions and feature requests.

Click here to see this tool in action and leave me some feedback.

Todos

  • add current round counter and display elapsed time
  • add basic fields for encounter items
  • add remove and duplicate items
  • add redux for state management
  • make state persistent in browser storage
  • add history back function
  • add creature conditions
  • improve mobile experience
  • ... ?

Installation

This project was bootstrapped with create react app.

  • clone the repo
  • run npm install
  • run npm start

Contributing

  • Create something awesome, make the code better, add some functionality, whatever (this is the hardest part).
  • Fork it
  • Create new branch to make your changes
  • Commit all your changes to your branch
  • Submit a pull request