chinese-colors/README.md

69 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2019-09-18 14:57:47 +08:00
# <img src="demo/logo.png" alt="Logo" width="50"> Chinese Color
2019-09-18 15:12:14 +08:00
> [中文文档](README.zh.md)
2019-09-10 14:24:20 +08:00
2019-09-24 23:21:06 +08:00
[Chinese Color Cheatsheet](https://colors.ichuantong.cn)
2019-09-10 14:24:20 +08:00
2019-09-10 14:59:31 +08:00
<img src="demo/pc.png" alt="PC UI" width="600">
2019-09-18 14:57:47 +08:00
## Features
2019-09-10 18:19:36 +08:00
2019-09-24 11:24:04 +08:00
- Build with react.js 👏
- PWA supported ☕️
2019-09-18 15:12:14 +08:00
<img src="demo/pwa.jpg" alt="PWA Logo" width="300">
2019-09-10 14:59:31 +08:00
2019-09-24 11:24:04 +08:00
- Responsive (Mobile First) 📱
2019-09-21 12:25:10 +08:00
2019-09-18 15:12:14 +08:00
<img src="demo/m.png" alt="Mobile UI" width="300">
2019-09-10 18:19:36 +08:00
2019-09-24 11:24:04 +08:00
- Highlight the selected color ✨
- Classify the colors 🚥
- Copy HEX 🖨
- Add to favorites 😍
- Poetry aside 😘
2019-09-28 10:53:21 +08:00
- Wallpaper/Image Card (not stable, welcome [feedback](https://github.com/zerosoul/chinese-colors/issues)) 🌸
2019-09-21 12:25:10 +08:00
2019-09-28 10:53:21 +08:00
<img src="demo/wallpaper.png" alt="screen shot" width="300">
<img src="demo/card.png" alt="card image" width="200">
2019-09-18 15:12:14 +08:00
## Technology Stack & Thanks
- [create-react-app](https://github.com/facebook/create-react-app)
- [react.js](https://reactjs.org)
- [styled-components](https://styled-components.com): CSS-IN-JS Best Practice
- eslint + prettier: for better code
- [html2canvas](http://html2canvas.hertzen.com/)
- [pinyin](https://github.com/hotoo/pinyin): convert Han to pinyin
- [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard): enable copy
2019-09-18 16:58:35 +08:00
- [iconfont.cn](https://iconfont.cn): icons
- [https://www.transparenttextures.com/](https://www.transparenttextures.com/): awesome pattern images
2019-09-21 14:30:54 +08:00
- [今日诗词](https://www.jinrishici.com)
2019-09-18 15:12:14 +08:00
- Thanks the great Open Source
2019-09-18 17:02:04 +08:00
## Local Development
2019-09-21 11:10:14 +08:00
clone: `git clone https://github.com/zerosoul/chinese-colors.git`
2019-09-18 17:02:04 +08:00
2019-09-21 11:10:14 +08:00
init: `cd chinese-colors && npm install`
2019-09-18 17:02:04 +08:00
2019-09-21 11:10:14 +08:00
run: `npm run start`
2019-09-18 17:02:04 +08:00
enjoy: `http://localhost:8099/`
2019-09-18 14:57:47 +08:00
## Changelog
2019-09-10 14:24:20 +08:00
2019-09-18 14:57:47 +08:00
[Changelog](CHANGELOG.md)
2019-09-10 14:24:20 +08:00
2019-09-18 14:57:47 +08:00
## Reference
2019-09-10 14:24:20 +08:00
2019-09-18 14:57:47 +08:00
- Color data source[中国传统颜色](http://blog.sina.com.cn/s/blog_5c3b139d0101deia.html)
- UI[nipponcolors.com](http://nipponcolors.com/)
2019-09-20 14:35:20 +08:00
2019-09-25 10:36:53 +08:00
## Support
2019-09-20 14:35:20 +08:00
<a href="https://www.producthunt.com/posts/chinese-color?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-chinese-color" target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=167119&theme=dark" alt="Chinese Traditional Color - Chinese Color Cheatsheet Online! "/>
</a>