Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.27 KB

D&D Character Builder

Abstract

This D&D character builder utilizes the D&D 5e API to help you create your next D&D character. You are able to choose from the available races and classes to learn more about each and once you have selected you can name your character and save it locally for reference later. The app also utilizes the Dicebear Avatars API to randomly generate an avatar for your character.

Screenshots

Login Page Character Creation Page Saved Character

Future Iterations

I would like to update the app to include a random stat generator for a characters base stats as well as provide additional information regarding the proficiencies, skills and equipment that is available to base characters.

Setup

clone down this repo to desired location cd into the new directory run npm install run npm start Open localhost:3000 in your favorite browser

This project was bootstrapped with Create React App.