项目作者: Nalhin

项目描述 :
Color Picker website.
高级语言: JavaScript
项目地址: git://github.com/Nalhin/ColorPicker.git
创建时间: 2019-09-22T14:07:43Z
项目社区:https://github.com/Nalhin/ColorPicker

开源协议:MIT License

下载


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.

  1. node --version
  2. npm --version

Installation

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

Start

  1. 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.