Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Jul 10, 2020
1 parent 623a5f0 commit b5a8186
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ Because it's the only way to learn how to code -- by practice
- [ ] tricks
- [ ] polyfills
- **Node.js**
- [x] [一个超简单 Node.js 使用 Demo](./node/simple-demo/)
- [x] [一个超简单 Node.js 使用例子](./node/simple-demo/)
- [x] [一个简单的 Node.js 服务器](./node/http-server/)
- **JS lib usage**
- [x] [react hooks](./react/)
- [x] [redux](./redux/)
- [x] [react-redux](./react-redux/)
- [x] [redux-react-hook](./redux-react-hook/)
- [x] [rxjs](./rxjs/)
- [x] [Webpack](https://github.com/seognil-study/webpack-playground)
- [x] [Webpack](https://github.com/seognil-study/webpack-playground):在另一个 Repo 中进行
- [**Testing**](./testing/)
- [x] [Jest](./testing/jest/)
- [x] [Testing-Library](./testing/testing-library/)
Expand All @@ -44,7 +46,7 @@ Because it's the only way to learn how to code -- by practice
- **Courses**
- [x] [Javascript 30](./JavaScript30/)
- **Computer Science by JS**
- [ ] Algorithm
- [x] [Algorithm](https://github.com/seognil-study/leetcode):在另一个 Repo 中进行
- [ ] Design Patterns

## Playground Equipment 有用的工具
Expand Down

0 comments on commit b5a8186

Please sign in to comment.