This is another WordGuess game, this time made with React, TypeScript, and Tailwind.
  • TypeScript 91.3%
  • JavaScript 5%
  • CSS 2.4%
  • HTML 1.3%
Find a file
2024-08-04 15:37:15 -07:00
src Updated links in footer 2024-08-04 15:37:15 -07:00
.eslintrc.cjs Add ESLint plugin for React 2023-12-15 07:26:09 -08:00
.gitignore Moved root 2023-12-14 14:50:25 -08:00
index.html Removed unused link 2024-08-04 00:16:50 -07:00
LICENSE Create LICENSE 2023-12-14 14:58:39 -08:00
package-lock.json Updated packages 2024-08-04 00:08:15 -07:00
package.json Updated packages 2024-08-04 00:08:15 -07:00
postcss.config.js Moved root 2023-12-14 14:50:25 -08:00
README.md Update README.md 2023-12-25 00:38:05 -08:00
tailwind.config.js Update tailwind.config.js with color and font changes 2023-12-25 00:06:06 -08:00
tsconfig.json Moved root 2023-12-14 14:50:25 -08:00
tsconfig.node.json Moved root 2023-12-14 14:50:25 -08:00
vite.config.ts Update vite.config.ts with base path 2023-12-15 09:00:22 -08:00

React-TypeScript-Tailwind WordGuess

This is my third (and likely final) WordGuess game. I like to make these when learning a new UI system, but this will probably be the last one I do.

The game works by getting a random word from an API. You then click on buttons associated with a letter. If you clicked on a letter that belongs to the word, then it is revealed on the display. If you guess a letter not belonging to the word, then your allowed number of guesses will go down by one. If it reaches zero, you lose the game. You win by fully revealing the word.