This React app allows users to calculate scores for games like Uno.
- React
- TypeScript
- Tailwind CSS
- Enter player names and scores for each round
- Calculate total scores based on the inputs provided
- Clone the repository:
git clone https://github.com/cvngur/score-calculator.git
cd score-calculator
- Install dependencies:
yarn install
Start the development server:
yarn start
Visit http://localhost:3000
in your web browser to access the application.