Skip to content

hernandez87v/dnd-character-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

254 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeons and Dragons Character Creator

The DnD Character Creator is an app that allows for the creation of characters, and viewing of previously created stats. A user can also make attack, and initiative rolls.

The app was built with a React front end, and an express backend. Our database uses Postgres, and was hosted on ElephantSQL throughout development.

Instructions

  1. Clone this Repo
  2. Create a postgres database instance. Run the schema files in order, followed by the seed files, also in order.
  3. Enter credentials from your created database into the .env file
  4. In outermost project folder, run npm i to install dependencies
  5. Open 2 terminal windows, and cd into react-front-end in one, and express-back-end in the other. Run npm start in both.

Screenshots

"First page and initial selections for character creation"

"Page showing all of a users created characters"

"Character quickview screen"

"Weapons Page"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors