Skip to content

Commit

Permalink
docs(add): readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Jan 30, 2020
1 parent 8116492 commit dae3f48
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
16 changes: 15 additions & 1 deletion JavaScript30/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@

![wow](./wow.gif)

https://github.com/wesbos/JavaScript30
30 Practices From Wes Bos
Wes Bos 的 30 个前端练习

- Website: https://javascript30.com/
- GitHub: https://github.com/wesbos/JavaScript30
- YouTube Playlist: https://www.youtube.com/watch?v=VuN8qwZoego&list=PLu8EoSxDXHP6CGK4YVJhL_VWetA865GOH
- Bilibili Playlist: https://www.bilibili.com/video/av73292806

## How To Use 如何使用

Download, install nothing,
Just tweak `.js` files, and open `.html` in the browser

下载文件夹,不需要装任何东西,
修改 '.js' 文件,并直接在浏览器中打开 `.html` 文件
1 change: 1 addition & 0 deletions react/hooks-example/radix-converter/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from https://github.com/kumom/radix-converter
3 changes: 3 additions & 0 deletions react/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# React - Learn By Doing

Check sub folders
9 changes: 9 additions & 0 deletions testing/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Testing - Learn By Doing

Frontend Testing Tools

- Jest: Unit Test
- Testing-Library: UI Components Test
- Cypress: E2E Test

Check sub folders

0 comments on commit dae3f48

Please sign in to comment.