Welcome to Hangman.io, an interactive and fun digital version of the classic Hangman game! This project brings the timeless word-guessing challenge to the modern web, offering an engaging experience for players of all ages.
- 🎮 Fun and interactive gameplay.
- 🌟 Multiple categories to choose from.
- 💡 Hints to assist you in guessing the word.
- 🏆 Track your progress.
- 📱 Responsive design for all devices.
- ⚛️ React for frontend
- 🚀 Node.js and Express for backend APIs
- 💅 styled-components for component styling.
- 🎬 Framer Motion for smooth animations and transitions.
To get started with Hangman.io, follow these steps:
- Clone the repository:
git clone https://github.com/meviru/hangman.io.git cd hangman.io
- Install packages and start the development server:
npm install npm run dev
- Open your browser and go to http://localhost:5173.
- Pick a category and start guessing letters to find the hidden word.
- Enjoy the game!
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
- Commit your changes.
git commit -m 'feat: feature description'
- Push to the branch.
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.