
A comprehensive web application that tracks and displays the current best decks for the Pokemon TCG Pocket game. This project aims to help players stay informed about the competitive meta by analyzing tournament data from Limitless Tournaments.
- Real-time deck tier rankings based on tournament performance
- Detailed deck statistics and win rates
- Easy-to-use interface for browsing top decks
- Regular updates based on tournament results
- Mobile-friendly design
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/pokemon-tcg-pocket-best-decks.git
cd pokemon-tcg-pocket-best-decks
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open your browser and navigate to
http://localhost:3000
We welcome contributions to improve this project! Here's how you can help:
- Fork the repository
- Create a new branch for your feature (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Ensure your code follows the existing style and conventions
- Add appropriate tests for new features
- Update documentation as needed
- Keep commits focused and atomic
- Provide clear descriptions in pull requests
This project supports multiple languages to make it accessible to Pokemon TCG players worldwide. The translation system uses JSON files to manage localized content, making it easy to add new languages or update existing translations.
If you'd like to contribute a new language translation:
- Check the
locales
directory for existing translations - Create a new JSON file for your language following the existing format
- Submit a Pull Request with your translation
We welcome translations for any language! If you spot any errors in existing translations or want to add a new language, feel free to raise a PR.
This project uses two main data sources:
-
Tournament data from Limitless, a leading platform for Pokemon TCG tournaments. The deck rankings and statistics are based on:
- Tournament participation rates
- Win rates
- Top cut appearances
- Overall performance in recent tournaments
-
Card data from pokemon-tcg-pocket-cards, an open-source repository that provides comprehensive card information for Pokemon TCG Pocket. This data is used to display detailed card information and deck compositions.
This project is licensed under the MIT License - see the LICENSE file for details.
- Limitless for providing tournament data
- pokemon-tcg-pocket-cards for maintaining the card database
- The Pokemon TCG community for their support and feedback
- All contributors who help improve this project
If you have any questions or suggestions, please feel free to open an issue in the repository.