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

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

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/).