This is a React SPA that uses Hooks to randomly generate a color swatch, and allows for the current color to be saved to the user's clipboard.
The goal of this project was to practice React Hooks and responsive layout, and well as implement some of JavaScript's Math() functionality.
You can use Color Chooser live here.
Clone the repo to your local machine, and install the required dependencies. Color Chooser is built on React, and uses the gh-pages
package for deployment.
git clone https://github.com/timmybytes/color-chooser.git
cd color-chooser/
npm install
Since Color Chooser uses React, simply run npm start from the project directory to start the development environment and render changes as you make them.
npm start
Contributions are welcome, though please first open a new issue to discuss proposed changes before submitting a PR.
Color Chooser is licensed under the MIT License.