chinese-colors/README.zh.md

72 lines
2.4 KiB
Markdown
Raw Normal View History

2019-09-21 12:25:10 +08:00
# <img src="demo/logo.png" alt="Logo" width="50"> 中国传统颜色在线手册
2019-09-18 14:57:47 +08:00
2019-08-27 17:27:26 +08:00
[English Version](README.md)
2019-09-24 23:21:06 +08:00
[访问地址](https://colors.ichuantong.cn)
2019-09-18 14:57:47 +08:00
<img src="demo/pc.png" alt="PC UI" width="600">
2019-08-27 17:27:26 +08:00
## 特性
2019-09-21 11:10:14 +08:00
- 使用 React 构建
2019-09-18 14:57:47 +08:00
- 支持 PWA
2019-09-21 12:25:10 +08:00
<img src="demo/pwa.jpg" alt="PWA Logo" width="300">
2019-09-18 14:57:47 +08:00
- 适配移动端展现 (Mobile First)
2019-09-21 12:25:10 +08:00
<img src="demo/m.png" alt="Mobile UI" width="300">
2019-09-18 14:57:47 +08:00
- 颜色选中高亮
- 颜色分类
2019-09-21 11:10:14 +08:00
- 可复制 HEX
2019-09-18 14:57:47 +08:00
- 可收藏喜欢的颜色
2019-09-21 14:30:54 +08:00
- 搭配显示诗词
2019-09-28 10:53:21 +08:00
- 可生成壁纸/图片卡片,屏幕多大,截图就有多大 (暂不稳定,欢迎[反馈](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">
2019-08-27 17:27:26 +08:00
2019-09-28 10:53:21 +08:00
<img src="demo/card.png" alt="card image" width="200">
2019-08-27 17:27:26 +08:00
## 技术栈
- [create-react-app](https://github.com/facebook/create-react-app): 大家都在用的 react 项目构建架子
- [react](https://reactjs.org): 最流行的前端 UI 构建语言
- [styled-components](https://styled-components.com): react 中 css 解决方案CSS-IN-JS 最佳实践
- eslint + prettier: 为了更好地编码
2019-09-18 15:12:14 +08:00
- [html2canvas](http://html2canvas.hertzen.com/)
- [pinyin](https://github.com/hotoo/pinyin): 汉字转拼音
- [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard): 开启复制功能
2019-09-18 16:58:35 +08:00
- [iconfont.cn](https://iconfont.cn): 阿里系的图标库,很丰富,很方便
- [https://www.transparenttextures.com/](https://www.transparenttextures.com/): 非常好看的纹理背景图
2019-09-21 14:30:54 +08:00
- [今日诗词](https://www.jinrishici.com)
2019-09-18 15:12:14 +08:00
- 感谢伟大的互联网,感谢各种开源作品
2019-08-27 17:27:26 +08:00
2019-09-18 17:02:04 +08:00
## 本地开发
2019-09-21 11:10:14 +08:00
克隆到本地:`git clone https://github.com/zerosoul/chinese-colors.git`
初始化:`cd chinese-colors && npm install`
2019-09-18 17:02:04 +08:00
2019-09-21 11:10:14 +08:00
运行:`npm run start`
2019-09-18 17:02:04 +08:00
2019-09-21 11:10:14 +08:00
访问: `http://localhost:8099/`
2019-09-18 17:02:04 +08:00
2019-09-21 11:10:14 +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>
2019-09-18 17:02:04 +08:00
2019-08-27 17:27:26 +08:00
## 更新日志
[更新日志](CHANGELOG.md)
2019-09-21 11:10:14 +08:00
2019-09-28 10:53:21 +08:00
## 赞赏
<img src="demo/reward.jpg" alt="打赏二维码" width="200">
2019-09-21 11:10:14 +08:00
## 参考
- 颜色数据来源:[中国传统颜色](http://blog.sina.com.cn/s/blog_5c3b139d0101deia.html)
- UI 参考:[一个日本传统颜色网站](http://nipponcolors.com/)