A simple and fun Tenzies game built with Next.js, following this Scrimba tutorial.
-
Clone the repository.
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 in your browser.
next
: Next.js frameworkreact
&react-dom
: React libraryclsx
: Utility for constructingclassName
strings conditionally.nanoid
: A tiny, secure, URL-friendly, unique string ID generator.react-confetti
: Confetti effect for the win!tailwindcss
: CSS framework for styling.