https://github.com/mengsixing/notepad
一个本地记事本(兼容pc端和移动端)
https://github.com/mengsixing/notepad
notepad
Last synced: 6 months ago
JSON representation
一个本地记事本(兼容pc端和移动端)
- Host: GitHub
- URL: https://github.com/mengsixing/notepad
- Owner: mengsixing
- License: mit
- Created: 2018-04-19T09:16:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:50:45.000Z (about 3 years ago)
- Last Synced: 2025-04-04T07:41:33.734Z (9 months ago)
- Topics: notepad
- Language: TypeScript
- Homepage: http://yinhengli.com:8083/
- Size: 3.72 MB
- Stars: 14
- Watchers: 0
- Forks: 5
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notepad
[](https://www.travis-ci.org/yhlben/notepad)
[](https://codecov.io/gh/yhlben/notepad) [](https://greenkeeper.io/)
[](https://david-dm.org/yhlben/notepad)
> 一个本地记事本。
## 在线预览
[Online demo](http://47.107.177.146:8083)
## 安装
```shell
git clone https://github.com/yhlben/notepad.git
cd notepad
yarn
yarn dev
```
## 特点
- indexDB 本地存储
- 导入导出 txt 文件
- pc 端,手机端适配
## 主要技术
- typescript
- react
- antd-design
- localForage
## 项目搭建
- webpack
- tslint
- stylelint
- commitlint
- jest
- docker
---
ps: 此项目主要是用于 typescript 学习,如有更好的想法,或者建议,欢迎提 issue,谢谢!