jkrayer / basic-character

Create a Basic D&D Character Based on Ability Scores

Home Page:http://jameskrayer.com/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-character

Check it Out

http://jameskrayer.com/basic/

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

TODO

  1. Form needs to validate inputs
  2. Caching API Calls
  3. Organization of Responsibilities of components - feels dirty to have routing logic and server logic in views/CreateCharacter.vue. But maybe this is like the "controller" component and so data fetching and route handling belong at this level.
  4. Update error message for score form on the fly

ReFactor

I. Home Page II. Create Page 1. Score Entry View 2. Score Response view 3. Character Select View 4. Starting Equipment View III. Class // Future release 1. Just View All Class Info IV. Just View All Equipment V. Spells (all by class) // Future release

About

Create a Basic D&D Character Based on Ability Scores

http://jameskrayer.com/basic/

License:MIT License


Languages

Language:Vue 48.9%Language:JavaScript 43.1%Language:CSS 6.1%Language:HTML 1.9%