Please enable JavaScript.
Coggle requires JavaScript to display documents.
Web Dev - Coggle Diagram
Web Dev
Tech things to learn for any tech work
Github
Create Account
Manage Code and Repos
Terminal Commands
Basic CMD functions
Git Command Line
Install Git Command Line
Basic Download/Clone code using Git cmd
git clone
git pull push fetch Learn More from Online
Learn Value and need of git
Keep Maintaining all the code using Github and Git
Link Git Command Line and Github
How Internet Works
Networks
Wireless
Fiber Wired
How Web Technology Works
What is Web
What is IP Address
What is DNS
What is Server
Frontend
HTML
Forms
Div, Iframe Tags
CSS
Apply CSS to HTML
Internal CSS
Writing CSS in Same file as <style>
Apply CSS using Tag or class
External CSS
Import CSS from other style.css file
Import Bootstrap CSS in Web project
Inline CSS
Apply CSS to tag using style=""
Apply Direct to tag
Flexbox
Grid
Responsive Design
BootstrapCSS Learning
Using Sections
Using Col, Rows
Using Existing Bootstrap project
Javascript
DOM Interactions - Access Any UI Element in JS
findElementByID
findElementByClass
Update HTML Data Props using JS
Add New HTML Element using JS
Update CSS/ Design using JS
Fetch API or AJAX
JSON Data and Object Handling
Frontend FrameWork
React JS - Basic
Angular JS - Advance
Vue JS - Medium