JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Learn about CSS modules #30

Closed duci9y closed 4 years ago

duci9y commented 4 years ago

I found something simple and easily accessible that you can try learning on your own. It's also something we are going to be using in our project very soon, so you'll have a head start.

First, if you are unfamiliar with CSS, read this. If you want to try some CSS, use this.

Then, learn about CSS modules. What is that? How will I learn about them? WHERE DO I START? I don't know! Try figuring it out on your own. A lot of the work in tech involves having to learn something by yourself. Is it a good system? Absolutely not. Is it how things are right now? Unfortunately yes. Are people trying to fix this? Yes! That's why you'll find many, many resources on the web written by people like you and me.

Feel free to talk to me if things don't make sense! This isn't super consequential but it would be great to have this done by our meeting Sunday.

Concrete deliverable

Once your pull requests from last week are merged in, create a new branch off the latest version of master and add simple colored borders to your components, using CSS modules. The CSS file will by called ComponentName.module.css to be able to be used as a CSS module.