A simple and modern web application for managing Swiss-style chess tournaments.
Players can register, get paired automatically, view standings, and track results in real-time.
- Player registration and authentication
- Automatic Swiss pairing system
- Admin dashboard for managing rounds and results
- Real-time leaderboard and match updates
- Responsive and clean user interface
- Frontend: React + Tailwind CSS
- Backend: Firebase (Authentication & Firestore)
- Hosting: Netlify
# Clone the repository
git clone https://github.com//0paziz/chess-swiss.git
# Move into the project directory
cd chess-swiss
# Install dependencies
npm install
# Start the development server
npm run dev