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

Fullstack Youtube Clone Using Django, Html, Css & Javascript

https://www.filenext.com/k199vl66nrka/4332911.part01.rar.html
https://www.filenext.com/2dqmljxb4zqx/4332911.part02.rar.html
https://www.filenext.com/5tdt9ousxfjo/4332911.part03.rar.html
https://www.filenext.com/ba9nk68msdhf/4332911.part04.rar.html
https://www.filenext.com/rnialq3ma3i9/4332911.part05.rar.html
https://www.filenext.com/jp4cwcqtim4i/4332911.part06.rar.html
https://www.filenext.com/nivtdeypa25j/4332911.part07.rar.html
https://www.filenext.com/kwohcmrdmk50/4332911.part08.rar.html
https://www.filenext.com/zcyhybjp86tq/4332911.part09.rar.html
https://www.filenext.com/m1sdb8gw8uri/4332911.part10.rar.html
https://www.filenext.com/2nqlp690z588/4332911.part11.rar.html

 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss