https://github.com/digitalrm/tech-wordle
A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.
https://github.com/digitalrm/tech-wordle
nextjs tailwindcss typescript wordle
Last synced: about 2 months ago
JSON representation
A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.
- Host: GitHub
- URL: https://github.com/digitalrm/tech-wordle
- Owner: digitalRM
- License: mit
- Created: 2025-04-06T10:56:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T11:07:19.000Z (about 1 year ago)
- Last Synced: 2025-04-10T03:45:12.507Z (about 1 year ago)
- Topics: nextjs, tailwindcss, typescript, wordle
- Language: TypeScript
- Homepage:
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Wordle
A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.

## Getting Started
### Prerequisites
- Node.js 18.0.0 or higher
- npm or yarn package manager
### Installation
1. Clone the repository:
```bash
git clone https://github.com/digitalRM/tech-wordle.git
cd techwordle
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser to play the game.
## How to Play
1. You have 6 attempts to guess the 5-letter tech-related word
2. Type your guess using the keyboard or on-screen keys
3. Press Enter to submit your guess
4. The tiles will change color to show how close your guess was:
- Green: Letter is correct and in the right position
- Yellow: Letter is in the word but in the wrong position
- Gray: Letter is not in the word
## Tech Stack
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Inspired by the original [Wordle](https://www.nytimes.com/games/wordle) game
- Built with [Next.js](https://nextjs.org/)