Skip to content

ItsMeSamey/game_wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Wordle Clone

A simple and lightweight Wordle game clone built using Solid.js and TypeScript.

Features

  • Frontend Only
  • Built with Solid.js
  • Responsive Design
  • Dark and Light Themes
  • Customizable Word Length
  • Clean and Minimalist UI
  • Appcache to cache page locally

Technologies Used

  • 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.

Getting Started

To run this project locally, you'll need Node.js and npm installed on your machine.

  1. Clone the repository:
git clone https://github.com/ItsMeSamey/game_wordle.git
cd game_wordle
  1. Install dependencies:
npm install # or bun install
  1. Start the development server:
npm run dev # or bun dev

This will start the Vite development server (usually at http://localhost:5173).

Building for Production

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

Contributing

Contributions are welcome! Feel free to fork this repository and submit pull requests with improvements or bug fixes.

About

Wordle in solid-ts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages