Skip to content

Haroon1056/web-development-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Web Development Notes

This repository contains notes on various topics related to development, including Python, CSS, JavaScript, and Django. These notes were gathered during the learning process and cover a wide range of topics.

Content Overview

1. CSS Notes

  • Absolute Units Properties:
    • Px, Cm, Mm, Inches
  • Relative Units Properties:
    • %, Em, Rem, Vh, Vm
  • Position Properties:
    • Static, Relative, Absolute, Fixed, Sticky
  • Background Image Properties:
    • Background image url(), Background size, Background repeat
  • Flexbox Properties:
    • Display, Flex-direction, Justify-content, Flex-wrap, Align-items, Align-content, Align-self, Flex-shrink, Flex-grow
  • Media Queries:
    • Various examples
  • CSS States Properties:
    • Hover, active, focus, visited, etc.
  • Transitions Properties:
    • Transition-property, Transition-duration, Transition-timing-function, Transition-delay
  • Transform Properties:
    • rotate, scale, translate, skew
  • Animation Properties:
    • Animation-name, Animation-duration, Animation-timing-function, Animation-delay, Animation-iteration-count, Animation-direction

2. JavaScript Notes

  • Variables in JavaScript:
    • Rules and examples
  • Data Types in JavaScript:
    • Null, Number, String, Symbol, Boolean, etc.
  • Operators in JavaScript:
    • Arithmetic, Unary, Assignment, Comparison, Logical, Ternary
  • Conditional Statements:
    • If, If-else
  • Loops:
    • For Loop, While Loop, Do-while Loop, For-of Loop, For-in Loop
  • Arrays in JavaScript:
    • Array methods and examples
  • Functions in JavaScript:
    • Function definition, parameters, and invocation

3. Django Notes

  • Creating a Django Project and App
  • Starting a Development Server
  • Folder Structure of Django
  • How to Migrate Default Migrations
  • Creating Superuser in Django
  • Types of URLs and Views
  • Creating URLs and Views in Django
  • Rendering HTML Templates
  • Passing Data from Django Views to Templates

Screenshots

Below are some screenshots of the notes content:

Screenshot of CSS Notes

Screenshot (90) Screenshot (91)

Screenshot of JavaScript Notes

Screenshot (92) Screenshot (93) Screenshot (94)

Screenshot of Django Notes

Screenshot (87) Screenshot (88) Screenshot (89)

Contributing

Feel free to explore the notes in detail. Contributions and suggestions are welcome!

Authors

About

A collection of notes on Python development, CSS, JavaScript, and Django, gathered during learning and practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors