Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicjalysien/fibonacci

Fibonacchi sequence app with React
https://github.com/alicjalysien/fibonacci

css eslint fibonacci fibonacci-sequence grid react

Last synced: 18 days ago
JSON representation

Fibonacchi sequence app with React

Awesome Lists containing this project

README

        

# Fibonacci sequence

### Technologies
React

### What is Fibonacci sequence?
***"In mathematics, the Fibonacci sequence is a sequence in which each number is the sum of the two preceding ones (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ....)"***

### What my app do?
In this app when you click one square, all squares in same row and collumn change value to +1. In case the five squares in a line create fibonacci's sequance the values of squares are again change to zero.

**Link to live preview: [https://alicjalysien.github.io/fibonacci](https://alicjalysien.github.io/fibonacci/)**

### Scripts
To run the project locally use **npm run start**.