fhkahin / Coursework-Planner

Your coursework planner
0 stars 0 forks source link

[TECH ED] Build todo-list app #150

Open fhkahin opened 6 months ago

fhkahin commented 6 months ago

From Module-JS2 created by Dedekind561: CodeYourFuture/Module-JS2#64

Link to the coursework

Look up the todo-list app in the week-3 directory to get started.

Why are we doing this?

These challenges are designed to develop your problem-solving skills.

Acceptance criteria

Maximum time in hours

4

How to get help

Share your blockers in your class channel https://syllabus.codeyourfuture.io/guides/asking-questions

How to submit

  1. Fork to your Github account.
  2. Make a branch for this project.
  3. Make regular small commits in this branch with clear messages.
  4. When you are ready, open a PR to the CYF repo, following the instructions in the PR template.
gitGraph
    commit id: "start"
    branch feature/todo-list
     commit id: "skeleton page code"
    commit id: "list container"
    commit id: "single todo item"
    commit id: "manage icon states"
    commit id: "desktop layout"
    commit id: "lighthouse audit revisions desktop"
    checkout main
    merge feature/todo-list

There are several projects in this repo. Make a new branch for each project.

fhkahin commented 6 months ago

NW6 | Fathi Kahin | JS2 | Todolist | Week 3