Buzzword Bingo generator for IT buzzwords
datalore
9f189a9a44
The inline implementation of shuffle caused React not to detect changes, because the reference didn't change. Copying the array with slice(), thus changing the reference, fixed the issue. |
||
---|---|---|
public | ||
src/app | ||
.gitignore | ||
LICENSE | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
This is a Buzzword Bingo generator for IT buzzwords, based on Next.js, TailwindCSS and DaisyUI.
Getting Started
To build and run, execute:
$ npm i
$ npm run build
$ npm run start
Open http://localhost:3000 with your browser to see the result.