A modern, full-stack chess application built with React and Node.js, featuring real-time multiplayer gameplay, interactive chessboard with drag-and-drop functionality, and Socket.IO-powered live game sessions. This project combines the classic game of chess with modern web technologies to deliver an engaging gaming experience.
๐ Key Technologies: JavaScript, React, Vite, ESLint, Node.js, Express.js, Socket.IO, Chess.js, EJS
- ๐ Description
- ๐ Links
- โก Installation
- ๐ฎ Usage
- โจ Features
- ๐ ๏ธ Built With
- ๐ Folder Structure
- ๐ค Contributing
- ๐ License
- ๐บ๏ธ Roadmap
- ๐ Acknowledgements
- Node.js (v14 or higher)
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/H0NEYP0T-466/ChessVision.git cd ChessVision -
Install frontend dependencies
npm install
-
Install backend dependencies
cd backend npm install cd ..
-
Start the development servers
Frontend (in one terminal):
npm run dev
Backend (in another terminal):
cd backend node index.js
# Development mode
npm run dev
# Build for production
npm run build
# Lint the code
npm run lint
# Preview production build
npm run preview# Start the application in development mode
npm run dev๐ฏ Core Features:
- ๐ Modern Architecture - Built with cutting-edge technologies
- ๐จ Interactive Interface - Responsive and user-friendly design
- โก Real-time Updates - Live functionality and instant feedback
- ๐ฎ Enhanced User Experience - Smooth and engaging interactions
- ๐ Robust Functionality - Complete feature set with validation
๐ง Technical Features:
- ๐ฑ Responsive Design - Works seamlessly across all devices
- ๐ Modern Tech Stack - Built with JavaScript, React, Vite and 6 more
- โป๏ธ Hot Module Replacement - Fast development with instant updates
- ๐ฏ Code Quality - ESLint configuration and best practices
- ๐จ Custom Styling - Beautiful, modern UI with custom CSS
ChessVision/
๐ backend/
โ โโโ ๐ public/
โ โ โโโ ๐ js/
โ โ โ โโโ โก chessgame.js
โ โโโ ๐ views/
โ โ โโโ ๐ app.ejs
โ โโโ โก index.js
โ โโโ โ๏ธ package-lock.json
โ โโโ โ๏ธ package.json
๐ public/
โ โโโ ๐ vite.svg
๐ scripts/
โ โโโ ๐ generate-readme.cjs
๐ src/
โ โโโ ๐ assets/
โ โ โโโ ๐ react.svg
โ โโโ ๐จ App.css
โ โโโ โก App.jsx
โ โโโ ๐จ index.css
โ โโโ โก main.jsx
๐ CONTRIBUTING.md
โก eslint.config.js
๐ index.html
๐ LICENSE
โ๏ธ package-lock.json
โ๏ธ package.json
๐ README.md
โก vite.config.js
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
-
Fork the repository
# Click the "Fork" button on GitHub or use CLI gh repo fork H0NEYP0T-466/ChessVision -
Clone your fork
git clone https://github.com/YOUR-USERNAME/ChessVision.git cd ChessVision -
Create a feature branch
git checkout -b feature/amazing-feature
-
Make your changes
- Follow the existing code style
- Add tests if applicable
- Update documentation as needed
-
Commit your changes
git commit -m "Add amazing feature" -
Push to your fork
git push origin feature/amazing-feature
-
Open a Pull Request
- Provide a clear description of your changes
- Reference any related issues
- Ensure all tests pass
- Use meaningful commit messages
- Follow the existing code style
- Test your changes thoroughly
- Update documentation for new features
Found a bug or have a feature request? Please open an issue with:
- Clear description of the problem/feature
- Steps to reproduce (for bugs)
- Expected vs actual behavior
- Your environment details
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 ChessVision Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- Core functionality implemented
- Basic user interface
- Essential features working
- Documentation completed
- Enhanced Features - Additional functionality and improvements
- User Experience - Better interface and user interactions
- Performance - Optimization and speed improvements
- Testing - Comprehensive test coverage
- Documentation - Expanded guides and tutorials
- Advanced Features - Cutting-edge functionality
- Integration - Third-party service connections
- Scalability - Enhanced performance and capacity
- Mobile Support - Native mobile applications
- Analytics - Usage tracking and insights
- ๐ฅ JavaScript - High-level programming language for web development
- ๐ฅ React - A JavaScript library for building user interfaces
- ๐ฅ Vite - Next generation frontend tooling
- ๐ฅ ESLint - Pluggable JavaScript linter for identifying and reporting patterns
- ๐ฅ Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- ๐ฅ Express.js - Fast, unopinionated web framework for Node.js
- ๐ฅ Socket.IO - Real-time bidirectional event-based communication
- ๐ฅ Chess.js - JavaScript chess library for chess move generation/validation
- ๐ฅ EJS - Embedded JavaScript templating engine
- Contributors who help improve this project
- The open-source community for inspiration and support
- Users who provide feedback and testing
๐ฏ Ready to get started?
โญ Star this repo โข ๐ Report Bug โข ๐ก Request Feature
Made with โค๏ธ by H0NEYP0T-466