Skip to content

timmybytes/color-chooser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.