This project is bento style React application that allows users to input two colors and get a match-score between them using WCAG guidelines.
Check the Live Test
To run this project, you will need:
- Node.js and npm installed on your machine.
- Vite
- A modern web browser.
- Clone the repository to your local machine:
- Navigate to the project directory.
- Install the project dependencies using
npm install
. - Start the project server using
npm run dev
.