Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviralsharma07/color-matrix
Matrix Color Generator is a React application that generates a matrix of random colors based on the user-specified number of rows and columns. It also calculates and displays the maximum consecutive cells with the same color in both rows and columns.
https://github.com/aviralsharma07/color-matrix
Last synced: 29 days ago
JSON representation
Matrix Color Generator is a React application that generates a matrix of random colors based on the user-specified number of rows and columns. It also calculates and displays the maximum consecutive cells with the same color in both rows and columns.
- Host: GitHub
- URL: https://github.com/aviralsharma07/color-matrix
- Owner: aviralsharma07
- Created: 2024-05-01T06:05:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T06:41:40.000Z (8 months ago)
- Last Synced: 2024-05-09T07:44:34.877Z (8 months ago)
- Language: JavaScript
- Homepage: https://colormatrix.netlify.app/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Color Generator
Live Link: [Matrix Color Generator](https://colormatrix.netlify.app/)
## Description
Matrix Color Generator is a React application that generates a matrix of random colors based on the user-specified number of rows and columns. It also calculates and displays the maximum consecutive cells with the same color in both rows and columns.
## Features
- Generate a matrix of random colors
- Display the maximum consecutive cells with the same color in rows and columns
- User input for specifying the number of rows and columns