Randomizes a character attribute list to be used for ideas in story or illustrations.
Site can be viewed here: https://chargen.netlify.com/
App will be setup to handle attribute configuration for random generation of any object of interest. Example: Auto-generate worlds, vehicles, stories. The first use case is for personal character ideation.
pnpm install
pnpm start
- Open webpage on localhost:3000
- Click on "Generate Character" button to see output
pnpm test
- Set up changelog and automatic versioning: https://github.com/semantic-release/semantic-release
- Convert to TypeScript
- After auto-generating a character, save to a persistent store at a unique URL. This can be shared or revisited
- Create login via email. Can see saved characters
- Create Folders to save different characters into
Join in with a Pull Request.