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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create functions based on project requirements #2

Merged
merged 1 commit into from Aug 11, 2022

Conversation

PromzzyKoncepts
Copy link
Owner

Hello there 馃

馃斀 In this project, it was built with Javascript ES6 I:

馃挴

  • Created a new modules folder called functions.js where I built all functions for the project 馃挴

  • Created a function that:
    - adds a task to the list by pressing enter key
    - sets each task to the local storage
    - deletes a task from local storage and displays output
    - on loading windows, displays all tasks from the local storage
    - allows a user to edit an already added task and save it to local storage.

  • Imported and exported all necessary functions.

  • checked for linter errors and made corrections

  • Added, committed and pushed all changes

if any changes are required, pls drop comments below

Happy Reviewing! 馃憤馃徎

Copy link

@t-yanick t-yanick left a comment

Choose a reason for hiding this comment

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

Hi @PromzzyKoncepts,

Great job !!!

To Highlight! 馃憦 馃煝

鉁旓笍 Good commit messages
鉁旓笍 Descriptive Readme file

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 馃帀

Optional suggestions

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.

N/A

Cheers and Happy coding!馃憦馃憦馃憦

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


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.

localStorage.setItem('tasks: ', JSON.stringify(toDoList));
};

// const inputVal = document.getElementById('add');

Choose a reason for hiding this comment

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

  • [OPTIONAL] Please kindly remove commented code from your code base, as it makes your code base dirty and less readable. To make sure that your codebase is always clean, always remember to remove commented-codes.

@@ -0,0 +1,112 @@
/* eslint-disable max-len */

Choose a reason for hiding this comment

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

  • [OPTIONAL] Linters are tools that perform static analysis on software in order to recognize and report adherence/non-adherence to some set of coding best practice.Instead of disabling eslint, it will be nice to fix the issue.

@@ -1,42 +1,68 @@
/* eslint-disable max-len */

Choose a reason for hiding this comment

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

  • [OPTIONAL] Linters are tools that perform static analysis on software in order to recognize and report adherence/non-adherence to some set of coding best practice.Instead of disabling eslint, it will be nice to fix the issue.

@PromzzyKoncepts PromzzyKoncepts merged commit 270730b into main Aug 11, 2022
@github-pages github-pages bot temporarily deployed to github-pages August 12, 2022 11:43 Inactive
@github-pages github-pages bot temporarily deployed to github-pages August 12, 2022 12:00 Inactive
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