️projects

mnswpr.com

By

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:

  1. JS is awesome ✨
  2. We don’t always necessarily need JS frameworks (or TS) ✨
  3. Even subtle UI changes can improve user gameplay experience ✨
  4. There’s more ways to break you’re app than you are initially aware of ✨
  5. Competition motivates users to use your app more ✨
  6. 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

Thoughts?

For more projects posts like this, subscribe to my RSS feed