Create a Twitter Clone with PHP, MYSQL and Js FROM SCRATCH
Create a Twitter Clone with PHP, MYSQL and Js FROM SCRATCH, available at $49.99, has an average rating of 3.6, with 187 lectures, based on 34 reviews, and has 10807 subscribers.
You will learn about How to create a social network just like Twitter Learn good quality of object oriented programming (OOP) Learn to rewrite clean URLs like Twitter Learn to setup SMTP ('Simple Mail Transfer Protocol') account to send Emails Learn to generate verification link Learn to create secure password hash Know how to easily use PDO with MySQL databases Learn to create MySQL Database Relationships HTML CSS This course is ideal for individuals who are Beginner or Intermediate level Web developer who wants to level up his skill on full stack web development and the enthusiastic who wants to create a social site engine just like twitter It is particularly useful for Beginner or Intermediate level Web developer who wants to level up his skill on full stack web development and the enthusiastic who wants to create a social site engine just like twitter.
Enroll now: Create a Twitter Clone with PHP, MYSQL and Js FROM SCRATCH
Summary
Title: Create a Twitter Clone with PHP, MYSQL and Js FROM SCRATCH
Price: $49.99
Average Rating: 3.6
Number of Lectures: 187
Number of Published Lectures: 187
Number of Curriculum Items: 187
Number of Published Curriculum Objects: 187
Original Price: $119.99
Quality Status: approved
Status: Live
What You Will Learn
- How to create a social network just like Twitter
- Learn good quality of object oriented programming (OOP)
- Learn to rewrite clean URLs like Twitter
- Learn to setup SMTP ('Simple Mail Transfer Protocol') account to send Emails
- Learn to generate verification link
- Learn to create secure password hash
- Know how to easily use PDO with MySQL databases
- Learn to create MySQL Database Relationships
- HTML
- CSS
Who Should Attend
- Beginner or Intermediate level Web developer who wants to level up his skill on full stack web development and the enthusiastic who wants to create a social site engine just like twitter
Target Audiences
- Beginner or Intermediate level Web developer who wants to level up his skill on full stack web development and the enthusiastic who wants to create a social site engine just like twitter
Do you want to be pro web developer or want to create social network engine just like twitter?
Do you want level up your coding skill in php, mysql and javascript?
If so, you’re in the right place! This course will guide you step by step in creating your own Twitter clone COMPLETELYfrom scratch.
We’re talking the kind of website that will amazeanybody that sees it. The kind of website that will get you hiredin no time!
Okay so what’s the course about?
I will personally guide you, step by step, in creating your ownsocial network site just like Twitter complete with:
-
Tweets
-
Likes, comments and retweets
-
Profile pages
-
Following and followers support
-
Notification System
-
Clean Friendly URLs
-
Profile pictures
-
Cover photos
-
Hashtags & Mention Users
-
and much more!
Whether you are a beginner* or an experienced programmer, this course will be massively beneficial to you.
Why should I take the course?
In the programming world, the “big 4” often consists of Google, Microsoft, Facebook and Amazon. To get a job at any of these companies, you absolutely MUSTknow the essentials: HTML, CSS, PHP, JQuery, JavaScript and MySQL.
If you take this course, you will have nothing to worry about because we use allof these skills extensively!
Support:
By enrolling in this course, you will have the COMPLETE support from Christopher Glikpo. I’m always ready to answer any question you may have. Programming issues, errors, feature requests, general programming advice – it doesn’t matter, I’m always happy to help! I always aim to respond to questions within a few hours and it’s also worth noting that I’ve answered EVERY SINGLE question asked so far.
Project portfolio:
The site you create in this course will be the highlight of your project portfolio! Any potential employer who see’s this project on your resume will want to hear all about it. The reason? They know that a project like this means you’re familiar with the wide range of technical skills they need their employees to know.
Fun!
Finally, this project is a lot of fun and I know you’ll have a great time implementing your own unique ideas as well as the ones we implement together. What are you waiting for?
*Although this course is suitable for beginners, it is not an introduction to development course. I won’t go into much detail when explaining the basic programming concepts but I’m here to help if you want more of an explanation – just let me know!
Course Curriculum
Chapter 1: Course Intro:Info & Setup
Lecture 1: Course promo video (from course landing page)
Lecture 2: Download and install XAMPP
Lecture 3: Create necessary folder
Chapter 2: Creating Twitter main page
Lecture 1: Creating the structure of the main page
Lecture 2: Creating the Left Section
Lecture 3: Creating the Right Section
Lecture 4: Creating the Footer Section
Chapter 3: Creating Register / Login page
Lecture 1: Creating the structure of the signUp Page
Lecture 2: Creating the signup nav
Lecture 3: Completing the signup page
Lecture 4: Creating the login page
Chapter 4: Creating Database Class
Lecture 1: Creating our Database
Lecture 2: Setting timezone
Lecture 3: Testing connection to mysql database
Lecture 4: Creating the config file
Lecture 5: Creating Database Connection
Lecture 6: Creating a method to make Database Class Accessible
Lecture 7: Creating a Proxy Way to Native Pdo Method
Chapter 5: ShowPassword Functionalities
Lecture 1: Creating showPassword functionalities
Chapter 6: Form Submission
Lecture 1: Client Side Validation
Lecture 2: Testing for Form Submission
Lecture 3: Introduction to sanitizing form data
Lecture 4: Form Sanitizer Class
Lecture 5: Creating Account Class
Lecture 6: Starting our validation function
Lecture 7: Outputting error messages
Lecture 8: Validating last name
Lecture 9: Creating User table
Lecture 10: Generating Unique Username
Lecture 11: Creating the length method
Lecture 12: Validating the email address
Lecture 13: Validating the password
Lecture 14: What to do when data is valid
Lecture 15: Remembering last entered values
Lecture 16: Password hashing
Lecture 17: Giving the User a Random Profile Picture
Lecture 18: Inserting the user's data into the database table
Lecture 19: Setting the session variable
Chapter 7: Email Validation
Lecture 1: Setting up our verification page
Lecture 2: Creating our User Class & User Data method
Lecture 3: Testing for PHPMailer
Lecture 4: Setting up PHPMailer
Lecture 5: Creating a method to generate verification link
Lecture 6: Creating a method to send Verification email
Lecture 7: Creating verification table
Lecture 8: Creating the insert method
Lecture 9: Inserting verification code into our verification table
Lecture 10: Creating verifyCode method
Lecture 11: Creating verify account functionalities
Lecture 12: Completing verify account
Lecture 13: Creating the token table
Lecture 14: creating token functionalities
Lecture 15: Redirecting Unverified Users to verification page
Lecture 16: creating cookie functionalities to make user stay logIn
Chapter 8: Login
Lecture 1: Completing the login functionalities
Chapter 9: Creating Twitter News Feed Page
Lecture 1: Creating the structure of the news feed page
Lecture 2: Creating news feed left section
Lecture 3: Styling the left section
Lecture 4: Where are you
Lecture 5: Change Icon base on page the user is on
Lecture 6: Creating the logout layout
Lecture 7: Styling the logout modal
Lecture 8: Creating a functionalities to display logout modal
Lecture 9: Creating the delete method
Lecture 10: How to debug SQL query in PHP
Lecture 11: Creating functionalities to logout our user
Lecture 12: Refactoring our code
Lecture 13: Creating newsFeed main page
Lecture 14: Styling newsFeed main page
Lecture 15: Creating tweets table
Lecture 16: Creating functionalities to enable and disabled button
Lecture 17: Creating a method to post tweets
Lecture 18: CSS SOLVE
Lecture 19: Creating the postContainer
Lecture 20: Styling postContainer
Lecture 21: Complete styling post
Lecture 22: Creating Tweet Class
Lecture 23: Displaying our Tweet
Lecture 24: Creating Infinite Scrolling
Chapter 10: Hashtag & Mention Functionalities
Lecture 1: Creating Hashtag UI
Lecture 2: Creating Mention UI
Lecture 3: Creating functionalities to hide Mention
Lecture 4: Creating functionalities to display hashtag in tweet form
Lecture 5: Creating the trends table
Lecture 6: Displaying hashtag from database
Lecture 7: Creating a method to display mention user
Lecture 8: Creating a method to insert hashtag
Lecture 9: Making tweet link clickable
Chapter 11: The like button
Lecture 1: Creating the like table
Instructors
-
Christopher Glikpo
Web Developer
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 8 votes
- 5 stars: 20 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024