Skip to content

Commit

Permalink
docs(update): root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Jan 30, 2020
1 parent a61e5c3 commit dbfe0ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Because it's the only way to learn how to code -- by practice

因为这是学习写代码的唯一方式 —— 动手练习!

## TOC
## TOC 目录

- **JavaScript**
- **Language Fundamental**
Expand All @@ -29,6 +29,10 @@ Because it's the only way to learn how to code -- by practice
- [x] [redux](./redux/)
- [x] [rxjs](./rxjs/)
- [ ] Webpack
- [**Testing**](./testing/)
- [x] [Jest](./testing/jest/)
- [x] [Testing-Library](./testing/testing-library/)
- [x] [Cypress](./testing/cypress/)
- **reimplement**
- [x] [redux](./redux/redux-rebuild-core/)
- [ ] tiny-mvvm
Expand All @@ -40,13 +44,14 @@ Because it's the only way to learn how to code -- by practice
- [ ] Algorithm
- [ ] Design Patterns

## Playground Equipment
## Playground Equipment 有用的工具

- Chrome Extension
- [Octotree](https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc)
- VSCode Extension
- [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)
- Terminal
- [node](https://nodejs.org/en/)
- [ts-node](https://github.com/TypeStrong/ts-node)
- [Parcel](https://parceljs.org/)
- [Create React App](https://github.com/facebook/create-react-app)
Expand Down

0 comments on commit dbfe0ee

Please sign in to comment.