Giter VIP home page Giter VIP logo

js-workshop-01's Introduction

JavaScript 工作坊 To Do List

完成 To Do List 以下功能:

  • 點擊任務標記是否完成

    • 點擊 li 新增/移除 checked class
  • 點擊 x 刪除任務

    • 點擊 span (後面那個 x) 可移除任務
  • 輸入新任務名稱, 按下+新增任務

    • 取得 input 輸入的文字
    • 按下 + 可以新增任務(li)
    • 新增的任務也有標記/移除功能
  • (加分題) 拖拉任務

    • 透過 HTML Drag and Drop API 完成,可參考 (04_bonus-drag)

建議使用原生 JavaScript 實作,所有程式都會寫在 main.js 檔,不會修改到其他檔案,建議按照順序完成每個功能,這樣比較簡單一點。

js-workshop-01's People

Contributors

gn2481 avatar shes50103 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.