Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.17 KB

Boolean Academy

This is a solution to the exercise n. 23 of Boolean Academy. Mine Sweeper!

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the component depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Display the game;
  • Click on the squares trying not to click a bomb

BONUS

  • Remake the actual real game

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Mobile-first workflow
  • Bootstrap 5
  • Vanilla JS

Author