sarahloui-se / todo-list

Group project for Generation Australia's Junior Web Development program.
https://sarahloui-se.github.io/todo-list/
0 stars 2 forks source link

Major changes in CSS and JavaScript #15

Closed katsuroyasu closed 1 year ago

katsuroyasu commented 1 year ago

This is not urgent, but please add my CSS after all the important tasks are complete. I reorganised and made a massive change to the design.

You can discard my HTML changes since it is now irrelevant after modifying the last JavaScript.

However, just make sure to change the "Task AssignedTo" line to "col-7" and the "Task 2 DueDate" line to "col-5" in the createTaskHTML() of the todo-list.js because the date will be fixed.

Lastly, I forgot to commit to every change I made in my earlier code. I'll make a habit to do so next time.

katsuroyasu commented 1 year ago

General Changes and Fixes

HTML Changes

FormValidation Changes

TaskManager Changes

New Issues

sarahloui-se commented 1 year ago

Am currently working on this merge. In future, CSS commits and HTML/JS commits need to be two separate commits - this is a difficult PR to work through