tbhvishal/js-toolbox

[FEATURE] Add randomColor() utility

Open

#8 opened on Oct 16, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

Add a randomColor() function to generate random hex colors.

Example usage: import { randomColor } from './src/strings.js';

randomColor(); // "#3a9f2b" randomColor(); // "#ff6b35"

Contributor guide