A simple and lightweight Wordle game clone built using Solid.js and TypeScript.
- Frontend Only
- Built with Solid.js
- Responsive Design
- Dark and Light Themes
- Customizable Word Length
- Clean and Minimalist UI
- Appcache to cache page locally
- 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 dev
This will start the Vite development server (usually at http://localhost:5173
).
To build the project for production deployment:
npm run build # or bun run build
This 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.