Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alicjalysien/fibonacci
- Owner: AlicjaLysien
- License: mit
- Created: 2022-06-10T11:19:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T18:01:46.000Z (about 1 year ago)
- Last Synced: 2024-11-10T23:14:10.269Z (3 months ago)
- Topics: css, eslint, fibonacci, fibonacci-sequence, grid, react
- Language: JavaScript
- Homepage: https://alicjalysien.github.io/fibonacci/
- Size: 657 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.