Wordle Game is a word guessing game built with React and Vite.
Wanna play? Visit this link: Game Link
Wordle is a word guessing game that challenges players to guess a hidden word within a limited number of attempts. It's built using React and Vite, leveraging modern technologies to create an engaging and interactive gaming experience.
-
Clone the repository:
git clone https://github.com/tarektarho/Wordle-clone.git
-
Navigate to the project directory:
cd wordle
-
Install dependencies:
npm install
In the project directory, you can run the following scripts:
-
Development Server:
npm run dev
Runs the development server using Vite.
-
Build:
npm run build
Builds the production-ready assets using Vite.
-
Linting:
npm run lint
Lints the project files using ESLint.
-
Preview Build:
npm run preview
Previews the production build using Vite.
react
: ^18.2.0react-dom
: ^18.2.0
@testing-library/react
: ^14.0.0@types/react
: ^18.2.15@types/react-dom
: ^18.2.7@vitejs/plugin-react
: ^4.0.3eslint
: ^8.45.0eslint-plugin-react
: ^7.32.2eslint-plugin-react-hooks
: ^4.6.0eslint-plugin-react-refresh
: ^0.4.3vite
: ^4.4.5
Contributions are welcome! If you find bugs, have suggestions, or want to contribute in any way, please feel free to create issues or pull requests in the GitHub repository.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
Please refer to the Contributing Guidelines for more details.
This project is licensed under the MIT License.