An app that shows a grid of 50×50 cells. When you click on a cell, all values in the cells in the same row and same column are increased by 1 or, if empty, will get a value of 1. After each change, all modified cells will briefly turn yellow. If 5 consecutive numbers in the Fibonacci sequence are next to each other, these cells will briefly turn green and will be emptied.
This project was developed with the following technologies:
To clone and run this application, you will need Git and Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/modkaffes/grid-fibonacci-sequence.git
# Install dependencies using your favorite package manager, eg.
$ pnpm install
# Start server
$ pnpm dev
# Run tests
$ pnpm test
This project is under the MIT license. See the LICENSE for details.
Made with care by Modestos Kaffes.