About: This is a simple color generator. After changing a color, the application displays it in a grid format. Colors can be copied to the clipboard by clicking on them.
You can try here: colors-generator-reactjs.netlify.app
- React JS
- Vite JS, ESLint, Prettier
- values.js Get tints. Get shades. Choose colors from a CSS color palette.
- Nano ID A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
- React-toastify React notification made easy.
- Clone a project:
git clone
git clone https://github.com/SimAndrew/color-generator-reactjs.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev