Skip to content

tarektarho/Wordle-clone

Repository files navigation

Wordle Game

Wordle Game is a word guessing game built with React and Vite.

Wordle Screenshot

Wanna play? Visit this link: Game Link

Table of Contents

About

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.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/tarektarho/Wordle-clone.git
  2. Navigate to the project directory:

    cd wordle
  3. Install dependencies:

    npm install

Available Scripts

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.

Dependencies

  • react: ^18.2.0
  • react-dom: ^18.2.0

Dev Dependencies

  • @testing-library/react: ^14.0.0
  • @types/react: ^18.2.15
  • @types/react-dom: ^18.2.7
  • @vitejs/plugin-react: ^4.0.3
  • eslint: ^8.45.0
  • eslint-plugin-react: ^7.32.2
  • eslint-plugin-react-hooks: ^4.6.0
  • eslint-plugin-react-refresh: ^0.4.3
  • vite: ^4.4.5

Contributing

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.

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Create a pull request.

Please refer to the Contributing Guidelines for more details.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published