An open API service indexing awesome lists of open source software.

https://github.com/mengsixing/notepad

一个本地记事本(兼容pc端和移动端)
https://github.com/mengsixing/notepad

notepad

Last synced: 6 months ago
JSON representation

一个本地记事本(兼容pc端和移动端)

Awesome Lists containing this project

README

          

# notepad

[![Build Status](https://www.travis-ci.org/yhlben/notepad.svg?branch=master)](https://www.travis-ci.org/yhlben/notepad)
[![codecov](https://codecov.io/gh/yhlben/notepad/branch/master/graph/badge.svg)](https://codecov.io/gh/yhlben/notepad) [![Greenkeeper badge](https://badges.greenkeeper.io/yhlben/notepad.svg)](https://greenkeeper.io/)
[![David](https://img.shields.io/david/yhlben/notepad.svg)](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,谢谢!