wdsrocha / css-for-js-workshops

🎨 My solutions to all the workshops from CSS for JavaScript Developers course

Home Page:https://wdsrocha-css-for-js.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 CSS for JS - Workshops

Netlify Status

My solutions to all the workshops from CSS for JavaScript Developers course.

Workshops are real-world-inspired problems presented in each module. The project and its goals are described in depth in the project's README.md file.

  1. Rendering Logic I
  2. Rendering Logic II
  3. Modern Component Architecture
  4. Flexbox
  5. Responsive and Behavioural CSS
  6. Typography and Images
  7. CSS Grid
  8. Animations

Obs.: A workshop without a link means that I haven't solved it yet πŸ‘€

Develop

  1. Download this repository
  2. Run yarn install on this directory
  3. Follow the development instructions in each module's README (or just the ones that you are interested)

Adding a new module

  1. Update this README list
  2. Update the list on index.html
  3. Create a directory in the ${moduleIndex}-${moduleSlugName} format
  4. Create a README inside this module directory, based on previous modules

Deploy

  1. Follow the instructions in each module's README to build them individually
  2. Run netlify deploy in this directory to check preview a draft
  3. If everything is OK, run netlify deploy --prod in this directory

About

🎨 My solutions to all the workshops from CSS for JavaScript Developers course

https://wdsrocha-css-for-js.netlify.app

License:Other


Languages

Language:JavaScript 34.9%Language:TypeScript 34.1%Language:CSS 19.2%Language:HTML 11.8%