Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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