Watch 3 episodes of React Js - Samurai Path 1.0 yt course
7/101
Complete test of the fourth LeverX lecture
Set-up Stripe test payment
Read/see tutorials about how to use Express.js
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
Read Stripe Checkout documentation
Watch 2-4/101 "ReactJs-Samurai Path 1.0" yt course episodes
Watch 3rd LeverX lecture about logical operations and algorithms and complete test
Start JS iterators lesson on CC
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/
–––
.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/
Add color selection field
Update logo
Complete layout of basic desktop version
Fix SVG import
Make pricing card
Update css styles
Set up multi-step form
Update file structure for single page app
Start watching React.js course on yt
https://www.youtube.com/watch?v=gb7gMluAeao&list=PLcvhF2Wqh7DNVy1OCUpG3i5lyxyBWhGZ8&ab_channel=IT-KAMASUTRA