mnswpr.com
This is the classic game Minesweeper built with vanilla web technologies (i.e., no framework dependency).
See the source code on GitHub
What I have learned:
- JS is awesome ✨
- We don’t always necessarily need JS frameworks (or TS) ✨
- Even subtle UI changes can improve user gameplay experience ✨
- There’s more ways to break you’re app than you are initially aware of ✨
- Competition motivates users to use your app more ✨
- Hash in bundled filenames help issues in browser caching (when shipping versions fast) ✨
Technology Stack:
- HTML, JS, and CSS
- Webpack for bundling
- Firebase for leader board store
- Netlify for hosting