Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamatkal/web-development-notes-angela-yu-course-from-udemy
This contains notes for Complete web development course , by angela yu which is available on udemy
https://github.com/shubhamatkal/web-development-notes-angela-yu-course-from-udemy
angela-yu notes udemy-course webdevelopment
Last synced: 9 days ago
JSON representation
This contains notes for Complete web development course , by angela yu which is available on udemy
- Host: GitHub
- URL: https://github.com/shubhamatkal/web-development-notes-angela-yu-course-from-udemy
- Owner: shubhamatkal
- Created: 2023-12-13T02:50:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T02:59:56.000Z (about 1 year ago)
- Last Synced: 2024-03-01T11:49:17.423Z (10 months ago)
- Topics: angela-yu, notes, udemy-course, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 7.56 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1. The-Complete-2023-Web-Development-Bootcamp
It contains my notes and my code which I made during the conduction of the The Complete Web Development Bootcamp, taught by Angela Yu on Udemy.
The course is divided into 41 sections, each section contains my notes and all code if that section had a project.
## 1.1. Table of Contents
- [1. The-Complete-2023-Web-Development-Bootcamp](#1-the-complete-2023-web-development-bootcamp)
- [1.1. Table of Contents](#11-table-of-contents)
- [1.2. Sections](#12-sections)
- [1.2.1. FrontEnd Web Development](#121-frontend-web-development)
- [1.2.2. Introduction to HTML](#122-introduction-to-html)
- [1.2.3. Intermediate HTML](#123-intermediate-html)
- [1.2.4. Introduction to CSS](#124-introduction-to-css)
- [1.2.5. Intermediate CSS](#125-intermediate-css)
- [1.2.6. Introduction to Bootstrap 4](#126-introduction-to-bootstrap-4)
- [1.2.7. Intermediate Bootstrap](#127-intermediate-bootstrap)
- [1.2.8. Web Design School Create a Website that People Love](#128-web-design-school-create-a-website-that-people-love)
- [1.2.9. Introduction to Javascript ES6](#129-introduction-to-javascript-es6)
- [1.2.10. Intermediate Javascript](#1210-intermediate-javascript)
- [1.2.11. The Document Object Model DOM](#1211-the-document-object-model-dom)
- [1.2.12. Boss Level Challenge 1 The Dicee Game](#1212-boss-level-challenge-1-the-dicee-game)
- [1.2.13. Advanced Javascript and DOM Manipulation](#1213-advanced-javascript-and-dom-manipulation)
- [1.2.14. jQuery](#1214-jquery)
- [1.2.15. Boss Level Challenge 2 The Simon Game](#1215-boss-level-challenge-2-the-simon-game)
- [1.2.16. The Unix Command Line](#1216-the-unix-command-line)
- [1.2.17. Backend Web Development](#1217-backend-web-development)
- [1.2.18. Nodejs](#1218-nodejs)
- [1.2.19. Expressjs with Nodejs](#1219-expressjs-with-nodejs)
- [1.2.20. APIs Application Programming Interfaces](#1220-apis-application-programming-interfaces)
- [1.2.21. Git Github and Version Control](#1221-git-github-and-version-control)
- [1.2.22. EJS](#1222-ejs)
- [1.2.23. Boss Level Challenge 3 Blog Website](#1223-boss-level-challenge-3-blog-website)
- [1.2.24. Databases](#1224-databases)
- [1.2.25. SQL](#1225-sql)
- [1.2.26. MongoDB](#1226-mongodb)
- [1.2.27. Mongoose](#1227-mongoose)
- [1.2.28. Putting Everything Together](#1228-putting-everything-together)
- [1.2.29. Deploying Your Web Application](#1229-deploying-your-web-application)
- [1.2.30. Boss Level Challenge 4 Blog Website Upgrade](#1230-boss-level-challenge-4-blog-website-upgrade)
- [1.2.31. Build Your Own RESTful API From Scratch](#1231-build-your-own-restful-api-from-scratch)
- [1.2.32. Authentication \& Security](#1232-authentication--security)
- [1.2.33. Reactjs](#1233-reactjs)
- [1.2.34. Web3 Decentralised App DApp Development with the Internet Computer](#1234-web3-decentralised-app-dapp-development-with-the-internet-computer)
- [1.2.35. Build Your First Defi Decentralised Finance DApp DBANK](#1235-build-your-first-defi-decentralised-finance-dapp-dbank)
- [1.2.36. Deploying to the ICP Live Blockchain](#1236-deploying-to-the-icp-live-blockchain)
- [1.2.37. Building DApps on ICP with a React Frontend](#1237-building-dapps-on-icp-with-a-react-frontend)
- [1.2.38. Create Your Own Crypto Token](#1238-create-your-own-crypto-token)
- [1.2.39. Minting NFTs and Building an NFT Marketplace like OpenSea](#1239-minting-nfts-and-building-an-nft-marketplace-like-opensea)
- [1.2.40. Optional Module Ask Angela Anything](#1240-optional-module-ask-angela-anything)
- [1.2.41. Next Steps](#1241-next-steps)## 1.2. Sections
### 1.2.1. FrontEnd Web Development
### 1.2.2. Introduction to HTML
### 1.2.3. Intermediate HTML
### 1.2.4. Introduction to CSS
### 1.2.5. Intermediate CSS
### 1.2.6. Introduction to Bootstrap 4
### 1.2.7. Intermediate Bootstrap
### 1.2.8. Web Design School Create a Website that People Love
### 1.2.9. Introduction to Javascript ES6
### 1.2.10. Intermediate Javascript
### 1.2.11. The Document Object Model DOM
### 1.2.12. Boss Level Challenge 1 The Dicee Game
### 1.2.13. Advanced Javascript and DOM Manipulation
### 1.2.14. jQuery
### 1.2.15. Boss Level Challenge 2 The Simon Game
### 1.2.16. The Unix Command Line
### 1.2.17. Backend Web Development
### 1.2.18. Nodejs
### 1.2.19. Expressjs with Nodejs
### 1.2.20. APIs Application Programming Interfaces
### 1.2.21. Git Github and Version Control
### 1.2.22. EJS
### 1.2.23. Boss Level Challenge 3 Blog Website
### 1.2.24. Databases
### 1.2.25. SQL
### 1.2.26. MongoDB
### 1.2.27. Mongoose
### 1.2.28. Putting Everything Together
### 1.2.29. Deploying Your Web Application
### 1.2.30. Boss Level Challenge 4 Blog Website Upgrade
### 1.2.31. Build Your Own RESTful API From Scratch
### 1.2.32. Authentication & Security
### 1.2.33. Reactjs
### 1.2.34. Web3 Decentralised App DApp Development with the Internet Computer
### 1.2.35. Build Your First Defi Decentralised Finance DApp DBANK
### 1.2.36. Deploying to the ICP Live Blockchain
### 1.2.37. Building DApps on ICP with a React Frontend
### 1.2.38. Create Your Own Crypto Token
### 1.2.39. Minting NFTs and Building an NFT Marketplace like OpenSea
### 1.2.40. Optional Module Ask Angela Anything
### 1.2.41. Next Steps