DnD-Battle-Tracker

A simple battle tracking system for Dungeons & Dragons written in React to track initiative and damage.

GPL-3.0 License

Stars
2
DnD-Battle-Tracker - 0.3.2 Latest Release

Published by jazzsequence almost 3 years ago

What's Changed

Full Changelog: https://github.com/jazzsequence/DnD-Battle-Tracker/compare/0.3.1...0.3.2

DnD-Battle-Tracker - 0.3.1

Published by jazzsequence over 3 years ago

Fixes some styling issues that existed in Firefox and Firefox Developer Edition.

DnD-Battle-Tracker - 0.3.0

Published by jazzsequence over 3 years ago

Rebuilds the Battle Tracker as a React app.

  • refactored entire codebase in React
  • added true build and deploy process so app can be deployed as a single-page app (SPA)
  • updated the character add and initiative order elements so characters are automatically ordered in their initiative order when they are added
  • even more simplified html in the main index.html file (everything is served from within React components)
  • added a new landing page which generates a unique guid where all your encounter information is stored in local storage.
  • added a generic 404 page
  • added gh-pages to handle deploying to GitHub pages
DnD-Battle-Tracker - Styles! 🎨

Published by jazzsequence almost 5 years ago

This release adds CSS Grid for layout and styling along with build tools for compiling the SCSS and rendering live previews during development.

DnD-Battle-Tracker - D&D Battle Tracker 0.1 Beta

Published by jazzsequence over 5 years ago

This version includes the working javascript for tracking and storing characters, dexterity and hit points, and uses that information to create an initiative ordered list with an input field to add damage the character has taken, with messages that display when the damage is recorded.

No styles have been applied, so this is very rough.