tomkoom

Designer who codes

Watch Node.js Express Starter yt tutorial

https://www.youtube.com/watch?v=rPR2aJ6XnAc&ab_channel=StripeDevelopers

Install atom-bracket-highlight package

https://atom.io/packages/atom-bracket-highlight

Watch 3rd LeverX lecture about logical operations and algorithms and complete test

Complete first part of first project of "Create a Front-End App with React" on Codecademy

Update brandmark and font selection grid styles

Use CSS grid minmax()
–––
.grid-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 15px;
}
–––
Good explanation how CSS grids work:
https://ishadeed.com/article/css-grid-minmax/

Start watching React.js course on yt

https://www.youtube.com/watch?v=gb7gMluAeao&list=PLcvhF2Wqh7DNVy1OCUpG3i5lyxyBWhGZ8&ab_channel=IT-KAMASUTRA