nas5w/typeofnan-javascript-quizzes

bloated codebase

Batey96 opened this issue · 1 comments

There is a codebase overwhelm.unnecessary long codes for most of the app files.
This makes it somehow time consuming to understand the code at first-glance.

Describe the solution you'd like
Refactoring is the key to such problem.
Certain operations should be clearly defined and abstracted in their own files(e.g contributors fetch operation and all the inline styling)
the components tree should be well structured with each component abstracted(its logic and styling in one place)

I wish to be assigned this too