Skip to content

rhowe20/DungeonsAndDragonsHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeons And Dragons Helper

License: MIT

Welcome to the Dungeons And Dragons Helper!

This app is a step by step guide for players wanting to learn how to create a character for DnD. By following the instructions on each page, players can experience the full chacacter creation experience. At the end of the app, the player will have a printable character sheet that they can use for future gameplay and will also be able to search for this character later using the search bar in the homepage.

Table of Contents

  1. Installation
  2. Usage
  3. Code
  4. Future Updates
  5. Partners
  6. License

Installation

To install this app, the player will need to go to the webpage listed below and follow the prompts.

Character Creation Link

Usage

Once the player goes to the webpage, they will be prompted by a start button to begin character creation. If they have already created a character, they can then search for the character by the ID given to them at the end of character creation.

'Homepage'

The start button connects them to the Character Creation page where they can select their specicies, class, name, and stats with dropdown menus. The proficiencies page is where you will allow you to select proficiencies for your character based off of your class.

'Creation' 'Prof'

Once the character has been created, they will be taken to their character sheet which is generated based off of the selections they made.

'Character Sheet'

If a character needs a spell, the player can select a spell on our spell sheet. There are explanations of each spell listed in alphabetical order.

'Spell Page'

Code

Code and packages that was used include:

  • HTML
  • CSS
  • Google CSS Api
  • Express npm
  • MySQL2
  • Sequelize

Future Updates

Features we would like to include to the webpage include:

  • Dice Roller
  • Stat Randomizer
  • Starting Equipment
  • Level Up button
  • Character Documentation (currently using external link)
  • Searching your character using a unique ID
  • Spell Selector

Partners

The webpage was made possible with the joint effort of:

License

Copyright (c) 2021 Kyle Gates, Rebecca Howe, Ky Taylor, and Mason Miyamoto

        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
    
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
    
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.

About

A Dungeons and Dragons fifth edition helper application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 64.9%
  • JavaScript 27.2%
  • CSS 7.9%