Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.06 KB

File metadata and controls

29 lines (15 loc) · 1.06 KB

DEMO VIDEO

Fantasy Dungeon

A web application for D&D players to create customizable character sheets for their campaigns.

Features

Create an account, login, and save many characters to one user. Password hashing is utilized for user safety.

Ability for user to have many characters, and pick their items, spells, and features.

Users have a homepage to display all currently created characters.

D&D dice for active gameplay.

Technical Details

This app uses an API from DND 5E to retrieve information about classes, races, weapons, items, armor, and spells. All of the retrieved information is seeding the database on the backend.

Built with Python using a Flask framework, JavaScript, React, HTML, CSS, and Owlbears.

Images from Unsplash and Google.

Contributing

If you are interested in contributing to this project, and furthering the advneturing customization within the world of Dungeons and Dragons, please fork the repository and submit a pull request. Contributions are greatly appreciated!