Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emirshn/dnd5e-character-creator-and-database-dropped-

Character creator and database for Dnd 5e. (Dropped)
https://github.com/emirshn/dnd5e-character-creator-and-database-dropped-

Last synced: 24 days ago
JSON representation

Character creator and database for Dnd 5e. (Dropped)

Awesome Lists containing this project

README

        

# Dnd 5th Edition Character Creator and Database (Dropped)
A character creation tool and database for Dnd 5th edition. It uses [SRD](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf) from Wizard of the Coast. I was plannig to finish this project and use as a template for a bigger database but unfortunately scope was too huge for me and i dont have enough time for that.

I started this project for learning Vuetify for Vue.js so i used it. Vuex is also used. For database i used firebase.
## Project setup and install
```
npm install
npm run serve
```
Also users needs to change firebase.js and character actions.js files with their firebase or another database links.

# Features (If it was completed)
Note: Sorry for designs. They are too bad because i didnt focused on them.
## Character Creation Tool
### This page is basically a giant form, users can create their characters without selecting spells.
![image](https://user-images.githubusercontent.com/64266261/222800064-4e54cf18-fee8-4c2b-8202-0ef2add48152.png)

![image](https://user-images.githubusercontent.com/64266261/222801062-49112f27-e17d-4b10-8d67-f915fd54bbc5.png)

![image](https://user-images.githubusercontent.com/64266261/222800794-df3a2faa-6153-4dd3-9f54-c07faa0f8ba4.png)

![image](https://user-images.githubusercontent.com/64266261/222800836-cd4667e8-917a-416f-a65e-f032c709b8ec.png)

### I tried to cover every possibility in race and class chocies.
![image](https://user-images.githubusercontent.com/64266261/222800570-81170d4f-ebcd-4856-8061-db43fd9b5e7e.png)

![image](https://user-images.githubusercontent.com/64266261/222800626-bc5820dc-37a2-4611-9f0e-452a957c1987.png)

## Characters List
### This page displays all characters from database with small and important informations to quick access.
![image](https://user-images.githubusercontent.com/64266261/222801184-bca17521-68e4-4ee9-883c-00de35047d09.png)

## Characters Details
### This page displays detailed information about characters from database
![image](https://user-images.githubusercontent.com/64266261/222801381-8a9db345-b39d-498f-abb8-695590dfbb7c.png)

## Bestiary, spellbook, rules...
### I was plannig to make a cheatsheet for DMs and players in these pages. They can look for monsters in bestiary etc.

# Features i wanted (If it was completed)
## Custom Character Creation Tool
### If this project was completed i was plannig to add a custom character creation page which users can write anything to fields.