Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 459 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 459 Bytes

emojiSweeper

Classic Minesweeper game implemented in React.

Run it locally

Clone the repo into your local machine:

git clone https://github.com/fac27/emojiSweeper

Go into the project directory:

cd emojiSweeper

Install dependencies:

npm i

Run local web server:

npm run server

Notes

  • Functionality is not complete; no user interaction yet
  • Project haven't been deployed to netlify yet