freeCodeCamp/Developer_Quiz_Site

[imporvement] - consider to remove react-bootstrap package

Closed this issue · 2 comments

What bug did you find in the codebase?

currently the project uses react-bootstrap package for styles.
as far as i can see - there is no big need for bootstrap styles in the project...
(only the modal actually makes use of bootstrap package - but it can be implemented in other ways )
it can be nice to move to tailwind styling as it in the main project

it can be nice to move to tailwind styling as it in the main project

I don't see a need to move to tailwind. Using regular CSS for this project is fine.
The main repo uses tailwind but it is on a completely different scale and manages way more components and styles then this one.