This is a project built during the Skylab bootcamp.
Development of a web application with the Game of Life. Game of Life consists in two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, populated or unpopulated. Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent.
Game tested > 90%
After you clone the project run the command npm install.
To see the page just open the html file.
You can run npm test to see unit and component tests.
Semantic HTML/HTML5; CSS/CSS3; BEM; JavaScript, Jest.
Javier