The Game Counter App is a web-based application designed to help you keep track of scores for various games. Built with React, TypeScript, and Tailwind CSS, this app is ideal for casual game nights or competitive events where keeping accurate scores is essential.
- Add and Customize Players: Add new players and customize their names with ease.
- Track Points: Select players and increment their points with a single click.
- Round Progress: Visual progress bar indicating the current round in relation to the total phases.
- Responsive UI: Optimized for both desktop and mobile devices.
- Dynamic Winner Announcement: At the end of the game, the app announces the winner(s) and displays a congratulatory message.
- Interactive UI Elements: Highlights the selected player and ensures seamless interactions throughout.
- React: For building the user interface.
- TypeScript: To enhance code reliability and maintainability.
- Tailwind CSS: For quick and efficient styling.
- Heroicons: For modern and responsive icons.
Check out the live demo of the app here.
- Clone the repository:
git clone https://github.com/yefga/game-counter-app.git
- Navigate to the project directory:
cd game-counter-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to view the app.
This project is licensed under the MIT License.
Contributions are welcome! Please submit a pull request or open an issue to discuss potential changes.
Enjoy using the Game Counter App for all your game tracking needs!