https://github.com/codedealer/dndtrackr
Combat tracker for 5e Dungeons & Dragons
https://github.com/codedealer/dndtrackr
5e combat-tracker dragons dungeons
Last synced: 2 months ago
JSON representation
Combat tracker for 5e Dungeons & Dragons
- Host: GitHub
- URL: https://github.com/codedealer/dndtrackr
- Owner: codedealer
- Created: 2017-11-25T16:23:29.000Z (over 7 years ago)
- Default Branch: dndbox
- Last Pushed: 2024-01-11T04:40:48.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:31:57.769Z (4 months ago)
- Topics: 5e, combat-tracker, dragons, dungeons
- Language: Vue
- Homepage: https://dndbox.web.app
- Size: 3.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeons and Dragons Combat Tracker
Combat tracker for 5e Dungeons & Dragons rpg (version 2). Comes with monster list from SRD as well as spells cheatsheet.Main features are:
+ initiative tracking/sorting
+ random generation of initiative and hit points for monsters
+ dice roller with random.org api support
+ on the fly editing of monsters' stats
+ automatic on-device synchronization (never lose the data even when offline)
+ ability to create and save in the cloud user spells and monsters (with Google sign in)Website:
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).