🚧 Currently in Development - This project is actively being developed and is not yet ready for production use.
The Ultimate Uno Scoring Experience - Track your Uno games with friends, analyze your performance, and never lose count of scores again. Built for mobile-first gaming sessions.
- 🎯 Real-time Score Tracking - Keep track of scores during live games (future)
- 👥 Multi-player Support - Add and manage multiple players
- 📱 Mobile-First Design - Optimized for smartphones and tablets
- 📊 Game Analytics - Analyze your performance and game history (future)
- 🏆 Leaderboards - See who's the ultimate Uno champion
- ⚡ Fast & Responsive - Built with Next.js and modern web technologies
- 🎨 Beautiful UI - Clean and intuitive interface with animations
- Node.js 18.0 or later
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/BruceGoodGuy/uno-tracker-v2.git
cd uno-tracker- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Open http://localhost:3000 with your browser to see the application.
- Next.js 15.4.2 - React framework with App Router
- React 19.1.0 - UI library
- TailwindCSS 4.x - Utility-first CSS framework
- Radix UI - Accessible UI components
- Lucide React - Beautiful icons
- Class Variance Authority - Component variants
uno-tracker/
├── src/
│ ├── app/
│ │ ├── components/
│ │ │ └── landing-page.js
│ │ ├── test/
│ │ ├── globals.css
│ │ ├── layout.js
│ │ ├── not-found.js
│ │ └── page.js
│ ├── components/
│ │ └── ui/
│ └── lib/
├── public/
├── package.json
└── ...config files
- Start a New Game - Create a new game session
- Add Players - Add friends to the game
- Track Scores - Input scores after each round
- View Analytics - Check performance and game history
- Celebrate - See who wins the most games!
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Complete core scoring functionality
- Add user authentication
- Implement game history
- Add statistics and analytics
- Mobile app companion
- Offline mode support
- Tournament mode
- Application is currently in development phase
- Some features may not be fully implemented
- UI components are being refined
This project is licensed under the MIT License - see the LICENSE file for details.
BruceGoodGuy
- GitHub: @BruceGoodGuy
- Project Link: https://github.com/BruceGoodGuy/uno-tracker-v2
- Thanks to the Next.js team for the amazing framework
- Radix UI for accessible components
- TailwindCSS for the utility-first approach
- All contributors and testers
⭐ Star this repository if you find it helpful!