Bingo Card Generator
This project was meant as a tool to generate small bingo cards that would be printed out for each employee on the shift to turn minor, mundane tasks into objectives to keep the slow days lively at work. This very much was a speedy project to learn the basics of shuffling algorithms and to throw together an application as quickly as possible. That being said, bugs are expected and behaviors are not ironed out.
- Vue 3 - Fun
- TypeScript - Typesafety
- Vite - Build
- TailwindCSS - Ease of CSS
- Pinia - State Management
- Vite and Vue: One of my favotire build tools at the time since I'd yet to venture into ther tools such as Svelte.
- Tailwind: Easy styling and easy to understand and get running from zero to minimum viable product.