KovDimaY / Trip-Reviewer

This project was created to practice my full stack skills. It uses Mongo, React and Node with Express.
MIT License
2 stars 1 forks source link

DEV-52: Migrate styling to styled-components #96

Open KovDimaY opened 6 years ago

KovDimaY commented 6 years ago

At the moment each element is styled with the usual CSS.

Here is a good alternative: https://www.styled-components.com/

I think this exercise will make the code more modular and reusable. Also, styled component ensure that styles of one component will not affect another unless they are the same, so it is safer than the current way styling

To work on this issue, please use a branch DEV-52 created from devel. When the work is finished - create a PR to the devel branch. At the end of each development circles, code from the devel branch (if everything is ok) goes to the master branch and deploys to production.

IMPORTANT! Before creating a PR be sure that all the tests are passing and the coverage is 100%.