Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.69 KB

Web Development Cheatsheets

A collection of all web development cheatsheets I've made during my learning.

🟢 Status: In Progress 

🎨 Total Cheatsheets: 11



👇🏼 You can quickly go through all of them here: 

HTML

  • Semantic Tags in HTML: link

CSS

  • Background shorthand property: link
  • CSS Alignment Cheatsheet: link
  • CSS viewport dimensions: link
  • Types of CSS units: link

JavaScript

  • Array methods cheatsheet: link
  • Structure of a Ternary Operator: link
  • Structure of JS Event Listeners: link
  • Javascript Primitive Data Types: link

React JS

  • Form handling in react: link
  • Structure of Functional component: link