An open API service indexing awesome lists of open source software.

https://github.com/aloco/5e-encounter-tracker

A very simple Dungeons & Dragons 5th edition encounter tracker
https://github.com/aloco/5e-encounter-tracker

5e-combat-tracker 5etools dungeons-and-dragons react typescript

Last synced: about 2 hours ago
JSON representation

A very simple Dungeons & Dragons 5th edition encounter tracker

Awesome Lists containing this project

README

          

# 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](https://aloco.github.io/5e-encounter-tracker/) to see this tool in action and leave me some feedback.

## Todos
- [X] add current round counter and display elapsed time
- [X] add basic fields for encounter items
- [X] 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](https://github.com/facebook/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](http://help.github.com/forking/)
* Create new branch to make your changes
* Commit all your changes to your branch
* Submit a [pull request](http://help.github.com/pull-requests/)