Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ We're going to practice building a stateful class component with this project. E
```js
[
{
task: 'Organize Garage',
task: "Organize Garage",
id: 1528817077286,
completed: false
completed: false,
},
{
task: 'Bake Cookies',
task: "Bake Cookies",
id: 1528817084358,
completed: false
}
completed: false,
},
];
```

Expand Down Expand Up @@ -77,6 +77,6 @@ Follow these steps for completing your project.

## Submission Format

- [ ] Submit a Pull-Request to merge `<firstName-lastName>` Branch into `main` (student's Repo). **Please don't merge your own pull request**
- [ ] Submit a Pull-Request to merge `<firstName-lastName>` Branch into `main` (student's Repo). **Please don't merge your own pull request**
- [ ] From the home page of your repo, make sure you have your branch selected
- [ ] Copy the URL and paste it into Canvas to submit your assignment
Loading