KatIsCoding / TodoList

A clone of a minimalistic To-Do List app, using webpack and plain JavaScript
2 stars 0 forks source link

HTML/CSS Best Practices #6

Open KatIsCoding opened 2 years ago

KatIsCoding commented 2 years ago

This issue will describe some of the bad practices in the project regarding HTML and CSS

KatIsCoding commented 2 years ago

The Styles file is really long which makes it hard to maintain later, this can be fixed (or at least reduced) by using a CSS framework such as Bootstrap https://github.com/KatIsCoding/TodoList/blob/60facea226802777a6cc104134d659ca3639ef9d/src/style.css#L9-L111