## Improvement Suggestions ### JavaScript - Can put if statement on one line [link](https://github.com/AnselemOdims/To-Do/blob/main/src/utils.js#L50) - Array destructuring will be of better use on this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/utils.js#L136) - Implicit return will be best used on this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/utils.js#L136) - Array destructuring will be of better use on this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/helpers.js#L38) - Array destructuring will be of better use on this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/helpers.js#L65) - A helper function can hold both this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/utils.js#L18) and this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/utils.js#L26) to enable reusability across code base. ### CSS - Font-family can be put in the form selector instead [link](https://github.com/AnselemOdims/To-Do/blob/main/src/style.css#L92) - Could have just added the bottom class with JS instead of repeating [line](https://github.com/AnselemOdims/To-Do/blob/main/src/style.css#L131) - [line139](https://github.com/AnselemOdims/To-Do/blob/main/src/style.css#L139) will take care of this [line](https://github.com/AnselemOdims/To-Do/blob/main/src/style.css#L131).
Improvement Suggestions
JavaScript
CSS