Buzzword Bingo generator for IT buzzwords
Go to file
2023-11-04 19:25:31 +01:00
public Initial commit 2023-11-02 13:51:09 +01:00
src/app Switched controls to secondary color 2023-11-04 19:25:31 +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 Switched to DaisyUI 2023-11-03 03:41:08 +01:00
package.json Switched to DaisyUI 2023-11-03 03:41:08 +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 Implemented ThemeSwitcher 2023-11-03 12:56:03 +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.