A Wordle clone built with React and Tailwind CSS. Challenge yourself to guess the hidden word in this engaging word puzzle game.
- Game: https://wordle.nathanjessen.com/
- Storybook: https://nathanjessen.github.io/wordle/
- React - UI Framework
- Vite - Build Tool
- TypeScript - Language
- Tailwind CSS - Styling
- Storybook - Component Development
- Node.js 20.9.0 or higher
- npm 10.1.0 or higher
- Clone the repository
git clone https://github.com/nathanjessen/wordle.git
cd wordle
- Install dependencies
npm install
- Start the development server
npm run dev
Start Vite dev server in the current directory. Will enter the watch mode in development environment and run mode in CI automatically.
The page will reload if you make edits.
Builds the app for production to the dist
folder. npm run build
Locally preview production build. vite preview
Start the Storybook dev server for building components in isolation.
Builds the storybook app for production.
The application is deployed using Vercel. The production app is available at https://wordle.nathanjessen.com/.
Storybook documentation is automatically deployed to the docs branch using GitHub Actions and can be viewed at https://nathanjessen.github.io/wordle/.
This project is open source and available under the MIT License.