https://github.com/the-wee-lad/wordsearch-game
Just A Simple Digital implementation of WORDSEARCH game where any one can post there interesting wordsearch grid and others can search it and solve it !
https://github.com/the-wee-lad/wordsearch-game
game online onlinegame reactjs wordsearch-puzzle
Last synced: 2 months ago
JSON representation
Just A Simple Digital implementation of WORDSEARCH game where any one can post there interesting wordsearch grid and others can search it and solve it !
- Host: GitHub
- URL: https://github.com/the-wee-lad/wordsearch-game
- Owner: The-Wee-Lad
- Created: 2025-03-24T14:57:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T14:37:12.000Z (2 months ago)
- Last Synced: 2025-03-25T14:39:48.708Z (2 months ago)
- Topics: game, online, onlinegame, reactjs, wordsearch-puzzle
- Language: JavaScript
- Homepage: https://wordsearch-xi.vercel.app/
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordSearch Game
A simple digital implementation of a word search game where anyone can post their interesting word search grid, and others can search and solve it!
[Still Work Under Progress]## Features
- **Create Word Search Grids:** Users can design and share their custom word search puzzles.
- **Solve Puzzles:** Browse and solve word search grids created by others.
- **Interactive UI:** Simple and clean interface for a smooth experience.## Live Demo
Check out the live game at: [Demo Link](https://wordsearch-xi.vercel.app/)
## Installation
1. **Clone the Repository:**
```bash
git clone https://github.com/The-Wee-Lad/WordSearch-Game.git
```
2. **Navigate to the Project Directory:**
```bash
cd WordSearch-Game
```
3. **Install Dependencies:**
```bash
npm install
```
4. **Start the Development Server:**
```bash
npm run dev
```
The application will be accessible at `http://localhost:5173`.## Technologies Used
- **Frontend:**
- React – JavaScript library for building user interfaces.
- Tailwind CSS – Utility-first CSS framework for styling.- **Build Tool:**
- Vite – Next-generation frontend tooling.## Usage
1. Open the application in your browser.
2. Create and share word search puzzles.
3. Browse and solve puzzles made by other users.## Contributing
Contributions are welcome! To contribute:
1. **Fork the repository.**
2. **Create a new branch:**
```bash
git checkout -b feature-name
```
3. **Make your changes and commit them:**
```bash
git commit -m 'Add new feature'
```
4. **Push to the branch:**
```bash
git push origin feature-name
```
5. **Open a pull request detailing your changes.**---