timmybytes / color-chooser

React app for generating random colors.

Home Page:https://timmybytes.github.io/color-chooser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Chooser

Color Chooser Screenshot

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.

Usage

You can use Color Chooser live here.

Cloning Color Chooser

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

Start development environment

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

Contributing

Contributions are welcome, though please first open a new issue to discuss proposed changes before submitting a PR.

License

Color Chooser is licensed under the MIT License.

About

React app for generating random colors.

https://timmybytes.github.io/color-chooser

License:MIT License


Languages

Language:JavaScript 28.8%Language:CSS 26.8%Language:SCSS 25.6%Language:HTML 18.8%