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
- Host: GitHub
- URL: https://github.com/aloco/5e-encounter-tracker
- Owner: aloco
- License: mit
- Created: 2018-09-03T19:32:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T07:10:46.000Z (about 7 years ago)
- Last Synced: 2025-07-26T13:40:09.526Z (3 months ago)
- Topics: 5e-combat-tracker, 5etools, dungeons-and-dragons, react, typescript
- Language: TypeScript
- Size: 3.83 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)