referring to this article https://atomicdesign.bradfrost.com/chapter-2/
Since this project uses atoms as prepared components, using Mantine UI, and Material UI.
atoms are not necessary.
But from atomic onwards there should be proper classification of components,
if they are molecules, organisms, templates, or pages.
the parent components are [main name + Page] and the children based on the size and functionality will be under it's related directory.
the article should be studied in order to implement it.
referring to this article https://atomicdesign.bradfrost.com/chapter-2/
Since this project uses atoms as prepared components, using Mantine UI, and Material UI.
atoms are not necessary.
But from atomic onwards there should be proper classification of components,
if they are molecules, organisms, templates, or pages.
the parent components are [main name + Page] and the children based on the size and functionality will be under it's related directory.
the article should be studied in order to implement it.