A web application that randomly generates NHL Stanley Cup playoff brackets.
- Random playoff team selection
- Accurate NHL seeding rules
- Full bracket simulation
- Visual tournament progression
- Install dependencies:
npm install- Run the development server:
npm run dev- Open your browser to
http://localhost:5175
If specificed port (5175) is busy then server will automatically run in next available port (i.e 5176, etc.)
npm run build- React
- Vite
- Tailwind CSS
- Lucide React (icons)