tyoung-99 / dnd-char-sheet

D&D 5e virtual character sheet application.
1 stars 0 forks source link

Read-only sheet #32

Closed tyoung-99 closed 9 months ago

tyoung-99 commented 9 months ago

Read-only sheet completed. Uses info from file of character information. Mostly copies info directly from file, with only formatting done, but does perform calculations in a few places.

tyoung-99 commented 9 months ago

Will revisit tomorrow with fresh eyes before merging.

tyoung-99 commented 9 months ago

Adjustments to make

tyoung-99 commented 9 months ago

Putting formatting support on hold until editing added. Will be easy to implement w/ react-draft-wysiwyg (can convert to JSON for easy storage).