Buzzword Bingo generator for IT buzzwords
Go to file
datalore 9f189a9a44 Patched shuffle function to copy array
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.
2023-11-16 02:21:52 +01:00
public Initial commit 2023-11-02 13:51:09 +01:00
src/app Patched shuffle function to copy array 2023-11-16 02:21:52 +01:00
.gitignore Initial commit 2023-11-02 13:51:09 +01:00
LICENSE Add LICENSE 2023-11-02 12:53:42 +00:00
next.config.js Initial commit 2023-11-02 13:51:09 +01:00
package-lock.json Changed version number to 0.3.0 2023-11-05 14:12:33 +01:00
package.json Changed version number to 0.3.0 2023-11-05 14:12:33 +01:00
postcss.config.js Switched to DaisyUI 2023-11-03 03:41:08 +01:00
README.md Rectified bash part in README 2023-11-03 19:17:01 +01:00
tailwind.config.ts Added 2 more themes 2023-11-04 19:31:43 +01:00
tsconfig.json Initial commit 2023-11-02 13:51:09 +01:00

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.