Buzzword Bingo generator for IT buzzwords
Go to file
2023-11-16 02:46:22 +01:00
public Initial commit 2023-11-02 13:51:09 +01:00
src/app Added themes coffee and dim 2023-11-16 02:46:22 +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 Updated daisyui 3.9.4 -> 4.0.8 2023-11-16 02:45:55 +01:00
package.json Updated daisyui 3.9.4 -> 4.0.8 2023-11-16 02:45:55 +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 themes coffee and dim 2023-11-16 02:46:22 +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.