Skip to content

ChaoTzuJung/Todolist-Mingliu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todolist-Mingliu

簡介

此專案經由 create-react-app 快速產生的專案。

功能介紹

  • 新增 Todo (標題)
  • 修改 Todo (標題)
  • 刪除 Todo
  • 排序 Todo (過濾已完成的 Todo 置底)
  • 儲存資料在瀏覽器 localstorge

如何開始

  • 安裝 nodejs v6 以上的版本
  • 安裝套件: npm i or yarn

踏出第一步

啟動開發 server

yarn install
yarn start

便可在 http://localhost:3000 看到本地伺服器

todolist

Contribution

此專案由 SawsanTodo List UI with VueJs 提供設計