Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Fullstack Youtube Clone Using Django, Html, Css & Javascript

    Posted By: ELK1nG
    Fullstack Youtube Clone Using Django, Html, Css & Javascript

    Fullstack Youtube Clone Using Django, Html, Css & Javascript
    Published 12/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 10.96 GB | Duration: 16h 32m

    Learn Django by build a youtube clone with HTML , CSS , Bootstrap , Javascript , jQuery , Python 3 , and Django!

    What you'll learn

    Create a fully functional web site using the Full-Stack with Django (Latest Version)

    Learn how to use HTML to create website content and page structures.

    Use Basic to Advanced CSS to create beautifully styled sites and animations.

    Learn the power of Python to code out your web applications logic and funtions

    Learn how to take advantage of Bootstrap to quickly style sites if needed

    Use Javascript to interact with sites on the Front-End and work asynchronously

    Implement a full Models-Views-Templates structure for your site using Function Based View

    Well-detailed and clear explanation of code line by line

    Use Django as a back end for the websites and HTML, CSS and JS as Frontend

    Create fantastic landing User Interfaces and Experiences

    Requirements

    A computer with an internet connection and download privileges

    You don't need any programming experience, you will learn everything from scratch

    Pen and Book is also Recommeded if you've got any.

    Description

    Welcome to the Python, Django, JavaScript , HTML and CSS Full Stack Web Developer Bootcamp! In this course we cover everything you need to know to build a website using Python, Django, and many more web technologies by Building a Fully Functional Youtube Clone.Whether you want to change career paths, expand your current skill set, start your own entrepreneurial business, become a consultant, or just want to learn, this is the course for you!We will teach you the latest technologies for building great web applications with Python 3 and Django! But we don't just teach that, we also teach the Front End technologies you need to know, including HTML, CSS, and Javascript, and Also Teach how to deploy your project to the cloud using AWS, Google Cloud or Azure. This course can be your one stop shop for everything you need! It will serve as a useful reference for many of your questions as you begin your journey in becoming a web developer!This course is designed so that anyone can learn how to become a web developer. We teach you how to program by using HD Video Lectures, Walkthrough Code Projects, Exercises, Concept Presentation Slides, Downloadable Code Notes, Reading Assignments, and much more!Here is just a small sampling of the topics included in this course:HTML5CSS3JavascriptjQueryBootstrap 4 & 5Document Object ModelPythonDjango BasicsDjango TemplatesDjango FormsDjango Admin CustomizationORMFunction Based ViewsUser Authenticationand much ,much more!You will also get access to our online community of thousands of students, happy to help you out with any questions you may have! Any questions?, feel free to send me a message here on Udemy and connect with me on LinkedIn, check out my profile for other courses.We also have a 30-day money back guarantee, so you can try out the course for an entire month, risk-free!Always keep learning!Destiny Franks.

    Overview

    Section 1: Introduction To Course

    Lecture 1 Course Introduction

    Lecture 2 Project DEMO

    Lecture 3 Goal of Course

    Lecture 4 Course Requirements

    Lecture 5 All Development Tools for Course

    Lecture 6 Download Tools and Materials for Course

    Lecture 7 Project File Structure

    Section 2: Understanding the Technologies and Tools

    Lecture 8 What is HTML, CSS and Javascript

    Lecture 9 What is Python and Django?

    Lecture 10 What is Javascript, Jquery and Axios?

    Section 3: Designing The Homepage Frontend using HTML, CSS and JS

    Lecture 11 Setting up project and

    Lecture 12 Building Youtube Homepage Using HTML

    Lecture 13 Styling the Youtube Homepage Using CSS - Part 1

    Lecture 14 Styling the Youtube Homepage Using CSS - Part 2

    Lecture 15 Navbar - Toggling Navbar using Javascript and CSS

    Section 4: Building The Video Page Frontend using HTML, CSS and JS.

    Lecture 16 Building the Video Page Using HTML

    Lecture 17 Building the Video Page using HTML - Part 2

    Lecture 18 Styling the Youtube Video Page using CSS

    Lecture 19 Styling the Youtube Video Page using CSS - Part 2

    Section 5: Google Login Page Clone Frontend using HTML, CSS and JS

    Lecture 20 Building The Login Page clone using HTML and CSS

    Section 6: Getting Started using Django for Backend

    Lecture 21 Setting Up New Django Project

    Lecture 22 Creating Views, Urls and Templates

    Lecture 23 Configuring Custom Django Admin Section/Panel

    Lecture 24 Creating a Custom User Model in Django

    Lecture 25 Creating the Video Model in models.py

    Section 7: CRUD Operations for Videos and Channel

    Lecture 26 List View- Listing Out Videos from Database on Homepage

    Lecture 27 Detail View - Creating the Video Detail View, Url and Template

    Lecture 28 Create View - Creating Channel for Youtubers

    Lecture 29 Creating Comment Models and Structure

    Lecture 30 List View - Listing Out All Comment from Database to Frontend

    Lecture 31 Add User's New Comment to comment section asynchronously

    Lecture 32 Delete View -Deleting Comment without refreshing the page.

    Section 8: Subscribe & Like Feature - Primary Youtube Features

    Lecture 33 Subscribing to Channel Feature uisng Django and Axios

    Lecture 34 Liking Videos using Django and Ajax

    Section 9: Youtube Channel Page and Profile for Youtubes

    Lecture 35 Home Page - Channel Page for Youtubers

    Lecture 36 Video Page for Youtubers for Youtube's Profile

    Lecture 37 About page for Youtube's Profile

    Section 10: Community Posts - Creating, Listing, Updating and Deleting Community Posts

    Lecture 38 Create Community Post Models and Lists Out All Community Posts for Channels.

    Lecture 39 Community Detail View and Listing & Creating Comments for Community Posts

    Lecture 40 Deleting Comments from Community Posts

    Lecture 41 Liking Community Posts

    Section 11: Alerts and Message in Django

    Lecture 42 Creating Flash messages and alerts in Django using "Django Messages"

    Section 12: User Profile and Django Signals

    Lecture 43 Creating and Automating User Profile and Django Signals

    Section 13: Saving Video to Library for "watch later" feature.

    Lecture 44 Saving Videos from Admin Section and Frontend for users to watch them later.

    Section 14: Authentication Functionality - Register, Login and Logout Feature using Django.

    Lecture 45 Register Users using Django - Part 1

    Lecture 46 Register Users using Django - Part 2

    Lecture 47 Login Users using Django

    Lecture 48 Logout Users using Django

    Section 15: Cleaning Up Our Code

    Lecture 49 Arranging and Clearning Up Our Code and workspace

    Section 16: Uploading and Editing Video from Frontend Template

    Lecture 50 Uploading Video from Frontend Using Django Forms

    Lecture 51 Editing Uploaded Video from Frontend

    Section 17: Creating, Editing and Deleting Community Posts from Frontend

    Lecture 52 Creating Community Posts from Frontend Using Django Forms

    Lecture 53 Editing Community Posts from Frontend Using Django

    Lecture 54 Deleting Community Posts from Frontend Using Django

    Section 18: Search Video Functionality

    Lecture 55 Searching Videos Functionality using Search Box

    Section 19: Tags - Video Tags functionality using Taggit

    Lecture 56 Adding Tags to Videos, Displaying and Searching Videos Based on Tags

    Section 20: Django Template Inheritance and Reusability Feature

    Lecture 57 Django Template Inheritance and Reusability Feature

    Section 21: Youtube Studio - Creating the Youtube studio dashboard for creators

    Lecture 58 Creating the Youtube studio dashboard for creators - part 1

    Lecture 59 Creating the Youtube studio dashboard for creators - part 2

    Complete Beginners,Python/Django Developers looking to get into Full Stack Web Development,Professionals looking to bridge gaps in their knowledge and Understanding