A simple and lightweight Wordle game clone built using Solid.js and TypeScript.
- No backend Required
- Responsive Design
- Customizable Word Length
- Customizable Max Attempts
- Sharing Challanges
|
|
|
|
- Solid.js - A reactive JavaScript library for building user interfaces.
- TypeScript - For type safety and improved code maintainability.
- Vite - For fast development and build tooling.
- Tailwind CSS - A utility-first CSS framework
- Solid - ui - Shadcn port for solid.
To run this project locally, you'll need Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/ItsMeSamey/game_wordle.git
cd game_wordle- Install dependencies:
npm install # or bun install- Start the development server:
npm run dev # or bun devThis will start the Vite development server (usually at http://localhost:5173).
To build the project for production deployment:
npm run build # or bun run buildThis will create a production-ready build in the dist directory
Contributions are welcome! Feel free to fork this repository and submit pull requests with improvements or bug fixes.



