Skip to content

ivteplo/word-guessing-game

Repository files navigation

Word Guessing Game

A word guessing game similar to Wordle

Used Tools and Frameworks

  • React
  • TypeScript
  • TailwindCSS
  • HeadlessUI
  • Octicons
  • Vite

Preview

Preview of the app. Light theme

Preview of the app. Dark theme

Development

Prerequisites

  • Node.js
  • Git

Setup

  1. Clone the repository
git clone https://github.com/ivteplo/word-guessing-game
  1. Navigate to the folder
cd word-guessing-game
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open localhost:3000

  2. Happy hacking! ✨