Skip to content

anreyw/tenzies

Repository files navigation

Tenzies Game - Next.js

A simple and fun Tenzies game built with Next.js, following this Scrimba tutorial.

Getting Started

  1. Clone the repository.

  2. Install dependencies:

    pnpm install
  3. Run the development server:

    pnpm dev
  4. Open http://localhost:3000 in your browser.

Technologies Used

Key Dependencies

  • next: Next.js framework
  • react & react-dom: React library
  • clsx: Utility for constructing className strings conditionally.
  • nanoid: A tiny, secure, URL-friendly, unique string ID generator.
  • react-confetti: Confetti effect for the win!
  • tailwindcss: CSS framework for styling.