upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

Code refactor #19

Closed RavenColEvol closed 1 year ago

RavenColEvol commented 1 year ago

I'll be taking up one issue of replacing the Accordion and other similar components but before going on that I felt a need of code refactor and breaking up components. As more components are to come with there own implementation and will be great if we could have components folder for them.

@bhujoshi please have a look at it and let me know if any changes are required.

jisundr commented 1 year ago

Up for this. It's better to make code readable and maintable.