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

Implement add, remove and modify functionalities #3

Merged
merged 19 commits into from
May 5, 2022

Conversation

emmiiorji
Copy link
Owner

This change implements add, remove and modify of the todo tasks.

The following applies:

  • Each created task has a default completed value as false.
  • The correct order of the remaining items is maintained on the delete of an item.
  • Every modification of the items gets saved in the local storage.

Kindly find a screenshot of the app below:

image

Copy link

@omar-labana omar-labana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved ✔️

Hi @emmiiorji

Congratulations on completing this project! 👏🏼 🎉

You have correctly implemented all of the requirements📃 correctly and without any errors⚠️ or bugs🪲.

Cheers and good luck in your next milestones! 🍀

Feel free to leave any questions or comments in the PR thread(don't forget to tag me 😄) if something is not 100% clear.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@emmiiorji emmiiorji merged commit 7aa7e17 into main May 5, 2022
@emmiiorji emmiiorji deleted the create-add_remove-functionality branch May 5, 2022 23:09
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

Successfully merging this pull request may close these issues.

None yet

2 participants