Skip to content

Steven-Boston/character-sonnet-api

 
 

Repository files navigation

D&D

Roll-Noon

A Dungeons and Dragons 5e character creator, and keeper.
Roll-Noon makes it easy for you to create, customize, and store your D&D 5e characters.

Creators

Benjamin Arno
Steven Boston
Joel Connell
Benjamin Ibarra

Resources

Built with React.js & React-bootstrap
API from D&D 5th Edition API
Using:

User Stories

  • As a user, I want an informative landing page that explains what the site can do for me.
  • As a user, I want a beginner-friendly application to help me learn Dungeons and Dragons and also create characters.
  • As a user, I want a set of multi-stage forms that walk me through the character creation process.
  • As a user, I want the character information that is generated to be in a user friendly, custom format.
  • As a user, I want to be able to view, update, and delete previously created characters

Database Schema

Our database schema will store individual characters that our class creates with all the data for displaying that character. For example:

{
name: 'Tywin'
proficiencies: ['stealth','Persuasion'],
features: ['sneak attack','Cunning Action'],
stats: {
  str: 10,
  dex: 20,
  con: 12,
  int: 14,
  wis: 12,
  Cha: 16
  }
}

Wireframes

wf1 wf2 wf3 wf4 wf5 wf6 wf7 wf8

About

A Dungeons and Dragons 5e character creator, and keeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%