A webapp deployed with HTML, CSS, and JavaScript that will create a tavern name, a drink, and a description of that drink and then use that to export it to another document.
- Haven't Started Yet
- Italicized = Being Worked On
- Done
- Main Layout HTML
- Simple CSS Styling
- Button Layout for JS
- Start of JS Programming
- Tavern Generator
- Drink Name Generator
- Drink Description Generator
- Other JS Programming
- Generate a Tavern Name
- Generate a Drink
- Name
- Type
- Description
- Effects?
- Etc.
- Buttons to replace the Tavern name on the right doc, or to add a drink on the right doc readout
- Button to take the doc readout on right and either export it as a PDF or Word document
- Better way to store descriptors for random generators
- better lists of words for the generators
- Option to delete drinks
- Option to generate multiple names or drinks at once, user specified
- Help Area
- Sleeker look
- Me of course, check out my github at mitchahan.
- Initial JS for random tavern names was copied from Fantasy Name Generators for now, I will change that later.