/ColorPicker

Color Picker website.

Primary LanguageJavaScriptMIT LicenseMIT

Color Picker

A website that allows users to select color and copy it to clipboard.

screen

Requirements

Install node package manager npm. You should be able to run the following commands.

node --version
npm --version

Installation

git clone https://github.com/Nalhin/ColorPicker
cd ColorPicker
npm install

Start

npm run start

What I learned

  • Emotion (Styled Components).
  • Converting Colors.
  • Optimizing React with useMemo and useCallback.
  • Testing with Jest.
  • Touch API.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.