Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friday peer - to - peer code review week 2 module 2. #2

Open
johnkioko opened this issue Oct 7, 2022 · 0 comments
Open

Friday peer - to - peer code review week 2 module 2. #2

johnkioko opened this issue Oct 7, 2022 · 0 comments

Comments

@johnkioko
Copy link

Hello, great job so far! Just make the below piece of code to be dynamic.

To-do-app/src/index.js

Lines 3 to 19 in 7668bc1

const tasks = [
{
id: 1,
task: 'Wash my car',
completed: false,
},
{
id: 2,
task: 'Shopping for my child',
completed: true,
},
{
id: 3,
task: 'Microverse Project',
completed: false,
},
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant