jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Add edit buzzwords functionality #20

Closed jtaavola closed 1 year ago

jtaavola commented 1 year ago

resolves #13

This adds an edit modal to customize the buzzwords! It lists all the buzzwords in a big text area and allows you to customize them by adding one buzzword per line.

We can iterate on this to make it better, i.e. upload from file, save updates to local storage (#19), etc.

You might need to do npm install to test this out since I added some dependencies.

jtaavola commented 1 year ago

Looks great! If we're using Mantine, we should use it for everything else for consistency, but we can do that in another PR.

Good point, I'll create an issue 👍