buigiaanfb1 / extract-data

0 stars 0 forks source link

[Question] Why not using a CSS/SCSS framework? #22

Open olivierobert opened 1 year ago

olivierobert commented 1 year ago

Issue

The current implementation does not use a framework such as Bootstrap, Tailwinds, etc. As a result, every screen (implemented with SCSS and component-scoped styles) is implemented individually. As a result, apart from a few SCSS variables, there are no shared styles for elements, links, etc., and responsive styles. So I am interested in knowing your motivation in that area since the code challenge specified that a framework could be used.

buigiaanfb1 commented 1 year ago

Actually, in the document of the challenge, I thought we can only use Bootstrap and Tailwind. But as you can see, I already import the link of the bootstrap to our project. But for me, I like to customize on my own with CSS/SCSS and for the UI/UX, there is nothing much. So that's why I don't use any component of it. But if you request, I can redesign the UI/UX again and use the component of this Framework, but I think it could be better if I can customize it with my own, more beautiful. ^^

olivierobert commented 1 year ago

It is great you want to build the styles from scratch, as it allows us to assess your frontend skills better. However, it is also important not to reinvent the wheel for common things and leverage battle-tested solutions, e.g., form elements. So you might want to combine bespoke frontend styles and ready-to-user UI componentsstyles.