- Application is made in JavaScript ES6.
- Web app is responsive, made with clear CSS.
- User can choose one of two available languages - English and Polish.
To successfully run application you need to have installed some type of locally running server, for example Live Server.
Open folder where you want to have project files, open console and then clone the repository
git clone https://github.com/maciekiwaniuk/minesweeper
Run application via local server and access it at http://localhost:5500 or http://127.0.0.1:5500