Build a todo-list app
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 半天
- 新手友好度
- 55/100
- Issue 类型
- 功能
- 描述清晰度
- 描述清楚
- 活跃度
- 停滞
- 技术栈
- javascript
- 领域
- frontend
调研方向
首先打开链接的 Sprint-3/todo-list 课程作业,并确定入口文件以及现有的测试或运行说明。实现列出的 todo 创建、完成、删除、批量删除和接受截止日期的验收标准;当每个行为都能在浏览器中正常工作时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
Link to the coursework
https://github.com/CodeYourFuture/Module-Data-Groups/tree/main/Sprint-3/todo-list
Learning Objectives
- Develop a web app according to a specification
- Update the DOM in response to input from the user
Why are we doing this?
These challenges are designed to develop your problem-solving skills.
In this exercise you will build a to-do list which meets the following criteria:
Acceptance criteria
-
Given a todo list web application
When the page loads
Then the populateTodoList() function should create todo list items for each hardcoded todo
When a todo list item is created
Then it should contain: ☑ 🗑 todo text
When the checkbox icon is clicked
Then the todo text should have strikethrough
And the checkbox should be ticked ✅ 🗑todo text -
Given a todo list item on the page
When the trash icon is clicked
Then the todo list item should be deleted -
Given a button to add new todos
When the button is clicked
Then a new todo should be added to the list with the checkbox and trash icons -
Given a button to mass delete completed todos
When the button is clicked
Then any todos that have been checked off should be deleted -
Given the ability to set a deadline when creating a todo
When a deadline is set
Then the deadline should be displayed next to the todo text
Maximum time in hours
4
How to get help
General advice on asking for help can be found on the curriculum pages.
You can always share your blockers in your class channel and get help from your colleagues.
How to submit
- Fork the coursework repo to your Github account.
- Make a branch for this project.
- Make regular small commits in this branch with clear messages.
- When you are ready, open a PR to the CYF repo, following the instructions in the PR template.
There are several projects in this repo. Make a new branch based on main for each project.
- 主要语言
- JavaScript
- 星标
- 1
- 派生
- 327
- 平均合并
- 3 天 7 小时
- 30 天内合并 PR
- 3
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
CodeYourFuture/Module-Data-Groups 的其他 Issue
-
🏕 Priority Mandatory 🐇 Size Small 📅 Sprint 1 Core Module-Data-Groups Submit:None 🦔 Size Tiny
难度 1/5 1 小时以内 新手友好度 65/100
-
📅 Sprint 1 NotCoursework
CodeYourFuture/Module-Data-Groups#1443 · 已指派 1 人 ·
-
🏝️ Priority Stretch 🐇 Size Small 📅 Sprint 2 Module-Data-Groups Optional Submit:Issue
难度 1/5 1 小时以内 新手友好度 58/100
-
🏕 Priority Mandatory 🐂 Size Medium 📅 Sprint 2 Core Module-Data-Groups Submit:Issue
难度 1/5 1-3 小时 新手友好度 58/100
-
🏝️ Priority Stretch 🐂 Size Medium 📅 Sprint 3 Module-Data-Groups Optional Submit:None
难度 1/5 1 小时以内 新手友好度 35/100
查看 CodeYourFuture/Module-Data-Groups 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
mksglu/context-mode#1200 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
neondatabase/website#5944 ·
-
module: core
难度 2/5 1-3 小时 新手友好度 75/100
bigbluebutton/bigbluebutton#25849 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
jaegertracing/jaeger-ui#4506 ·