Complete Web & Mobile Designer: UI/UX, Figma, +more

Learn user interface and experience design with Figma and Adobe XD

☆☆☆☆☆ 0 (0 reviews) 2 students

Created by Phil Ebiner

Last updated: Jun 2025 • English

What you'll learn

  • All phases of the design process from start to finish
  • Learn to use professional design software Figma and Adobe XD
  • How to create mobile app mockups and prototypes
  • How to design websites from scratch
  • Learn current web design standards
  • Learn to create user interfaces
  • Learn the fundamentals of user experience
  • Converting websites to code with HTML/CSS
  • Selling your design services as a freelancer or to a design agency
  • Creating your design portfolio

Course Content

0 sections • 0 lessons • 0 min total length

Requirements

  • Access to a computer (PC or Mac)
  • No design experience needed
  • No software experience needed (we will start from the beginning)

Description

Become a designer in 2024! Master Mobile and Web Design, User Interface + User Experience (UI/UX Design), HTML, and CSS. Learn the latest tools including Figma and Adobe XD.

Instructor

P

Phil Ebiner

Video Creator and Online Course Instructor

Student Reviews

No reviews yet. Be the first to review this course!

$69.99
$149.99
  • hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of completion
  • Category:
    fas fa-palette Design
else { alert('Please log in to enroll in this course.'); window.location.href = 'index.php'; } }) .catch(error => { console.error('Error:', error); alert('Please log in to enroll in this course.'); window.location.href = 'index.php'; }); } function processPayment(courseId, amount) { if(confirm(`Enroll in this course for $${amount}?`)) { fetch('payment/process.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `action=purchase&course_id=${courseId}&amount=${amount}` }) .then(response => response.json()) .then(data => { if(data.success) { alert('Enrollment successful! You can now access the course.'); window.location.href = `course-player.php?course_id=${courseId}`; } else { alert('Payment failed. Please try again.');