issues
search
khitermedachraf
/
To-Do-list
An app to manage tasks. A user can add, delete and edit a task and mark it as completed, It uses a simple GUI and relies on DOM manipulation in pure JS and using local storage.
https://khitermedachraf.github.io/To-Do-list/dist/index.html
MIT License
6
stars
0
forks
source link
Microverse Self-Review: Do I follow JavaScript best practices? 5/9/2022
#4
Closed
khitermedachraf
closed
2 years ago
khitermedachraf
commented
2 years ago
Good Work so far🔥✔ I did respect:
HTML and CSS best practices.
JavaScript best practices.
Github workflow.
I used the two rules [
KISS
=> Keep It Simple, Smart] and [
YAGNI
: You Aren't Gonna Need It.] very well.
But I didn't really use the rule of:
DRY
. (Don't Repeat Yourself).
khitermedachraf
commented
2 years ago
JavaScript best practices
.
DRY, KISS, and YAGNI
rules.
HTML & CSS best practices
.
Good Work so far🔥✔ I did respect:
But I didn't really use the rule of: