Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/social-ali/chess-game
A chess game built with React and Vite, providing an interactive platform for two players to enjoy classic chess.
https://github.com/social-ali/chess-game
chess css game reactjs tailwindcss vitejs
Last synced: about 2 months ago
JSON representation
A chess game built with React and Vite, providing an interactive platform for two players to enjoy classic chess.
- Host: GitHub
- URL: https://github.com/social-ali/chess-game
- Owner: Social-ali
- License: mit
- Created: 2024-10-23T15:15:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:55:10.000Z (4 months ago)
- Last Synced: 2024-10-31T23:08:53.860Z (3 months ago)
- Topics: chess, css, game, reactjs, tailwindcss, vitejs
- Language: TypeScript
- Homepage: https://chessfess.netlify.app/
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chess-game
A chess game built with React and Vite, providing an interactive platform for two players to enjoy classic chess.
## Features
- Play against another player
- Draggable pieces with visual feedback
- Highlight valid moves
- Reset game functionality
- Responsive design for various devices## Getting Started
### Prerequisites
Ensure you have [Node.js](https://nodejs.org/) installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/Social-ali/chess-game.git
cd chess-gamenpm install
npm run dev### Technologies Used
React
Vite
CSS for styling### Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.