- 使用者新增todo
- 任一todo點擊2下可以進行編輯
- 編輯完成按"Enter" /取消編輯按"Esc"
- 點擊「X」按鈕可以刪除該筆todo
1.開啟終端機(Terminal)cd 到存放專案位置執行:
git clone https://github.com/Ai-Chen-Hsieh/todolist-react.git
2.安裝需要的套件
npm install
3.啟動伺服器
npm start
4.至 http://localhost:3000 開始使用
1.開啟終端機(Terminal)cd 到存放專案位置執行:
git clone https://github.com/Ai-Chen-Hsieh/todolist-react.git
2.安裝需要的套件
npm install
3.啟動伺服器
npm start
4.至 http://localhost:3000 開始使用