DEV Community

Cover image for Release of Final Assignment
DerekJxy
DerekJxy

Posted on

Release of Final Assignment

After all the improvements I made for the project, I would say it becomes better.

Here is some comparison:
comparison

Undone-All in light mode:
Undone-All_light

Done-All in dark mode:
Done-All_dark

Edit todoList in dark mode:
prompt
todoList Updated:
todoList_Updated

Delete todoList in dark mode:
todoList_deleted

Overall, I added two new buttons(features) to the program. One is Undone-All button which for setting all todoList to undone. And the other one is Edit button which is for the user to edit the description of todoList that they saved before. Also, I fixed the issue of dark/light mode toggle. The program will keep the same mode all the time unless the user click on the switch button. Finally, I add a new simple footer and change the date time format for the program.

My Feelings

This is best I can do so far in a limited time. However, I think I could do it better if I started to work on it earlier. Anyway, this is a good experience for me as well. I learned that I should ask the questions instead of guessing by myself. Also, I reviewed and learned a lot of DOM and HTML knowledge thanks to this final project.

Link to the PR I made: [PR #42]

Top comments (0)