Electron From Scratch: Build Desktop Apps With JavaScript
Electron From Scratch: Build Desktop Apps With JavaScript is a 57-lesson 5 hours 48 minutes self-paced course by Brad Traversy, Udemy. Create 3 useful desktop applications with web technologies using Electron.
Course facts
- Lessons
- 57
- Duration
- 5 hours 48 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Brad Traversy, Udemy
- Price
- Premium
We will build 3 apps
ImageShrink - An app to optimize images for websites
SystTop - RealTime CPU monitor with notifications and system tray
BugLogger - CRUD app to track logs which uses React and the MongoDB Atlas cloud database
Some stuff you will learn:
Create app windows with BrowserWindow
Create menus with custom items
Menu roles
Shell module to open files and folders
Create system tray icons with context menus
App events
Main process & Renderer process
Communication between processes with IPCMain & IPCRenderer
Packaging Electron apps
Creating log files
Interact with system hardware
Create a data store file with settings data
Integrate React with Electron
Integrate a MongoDB database with Mongoose
Some JavaScript stuff that you may not have known
- JavaScript Fundamentals
- Developers that want to build desktop apps with web technologies
What you'll learn:
- Learn how to build desktop apps with Electron
- Create and package 3 complete cross-platform applications
- Use IPC to communicate between Main & Renderer Processes
- Use Vanilla JS & React with Electron
- Create custom menu items, system tray apps and more
- Work with local data as well as MongoDB Atlas database
Who teaches Electron From Scratch: Build Desktop Apps With JavaScript?
Brad Traversy
Brad Traversy is a US developer behind Traversy Media — one of the largest independent web-development YouTube channels, with millions of subscribers and one of the most-viewed introductory tutorial libraries on the platform. He has been publishing daily-or-near-daily web development content continuously for nearly a decade and has anchored a generation of self-taught developers' first exposure to HTML, CSS, JavaScript, and the modern framework landscape.
The course catalog (sold via Udemy and the standalone Traversy platform) covers the full web-development stack: HTML and CSS fundamentals, JavaScript, React (including Next.js), Vue, Node.js, Express, MongoDB, full-stack MERN applications, Tailwind CSS, modern CSS layout, and the surrounding tooling. Brad's teaching style is calm, patient, and deliberately accessible to absolute beginners.
The CourseFlix listing under this source carries over 17 Brad Traversy courses spanning that range. Material is paid and aimed primarily at self-taught developers building real proficiency with web development from a clean start.
Udemy
Udemy is the largest open marketplace for online courses on the internet. Founded in 2010 by Eren Bali, Oktay Caglar, and Gagan Biyani and headquartered in San Francisco, the company went public on the Nasdaq in 2021 under the ticker UDMY. The platform hosts well over two hundred thousand courses across software development, IT and cloud, data science, design, business, marketing, and creative skills, taught by tens of thousands of independent instructors. Roughly seventy million learners use it worldwide, and the corporate arm — Udemy Business — supplies a curated subset of that catalog to enterprise customers.
Because Udemy is a marketplace rather than a single editorial publisher, the catalog is uneven by design. The strongest material lives in the long-form, project-based courses authored by working engineers — full-stack JavaScript, React, Node.js, Python data science, AWS, Docker and Kubernetes, mobile development with Flutter and React Native, and cloud certification preparation. The CourseFlix listing under this source is the slice of that catalog that has been mirrored here for offline-friendly viewing, organized by topic and updated as new releases land. Pricing on Udemy itself swings dramatically with the site's near-permanent sales, which is why the platform is best treated as a deep reference catalog: pick instructors with strong reviews and a track record of updating their material rather than buying on the headline price alone.
What lessons are included in Electron From Scratch: Build Desktop Apps With JavaScript?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Welcome To The Course Demo | 04:19 | |
| 2 | Electron: What & Why? | 04:35 | |
| 3 | How Electron Works | 03:12 | |
| 4 | Environment & Code Repo | 05:16 | |
| 5 | Project Intro | 03:19 | |
| 6 | Setup & BrowserWindow | 06:19 | |
| 7 | Loading a Window File & Adding an Icon | 07:09 | |
| 8 | Environment & Platform Check | 07:22 | |
| 9 | Using Nodemon With Electron | 03:15 | |
| 10 | Creating a Menu Template | 07:22 | |
| 11 | Menu & Global Shortcuts | 05:01 | |
| 12 | Menu Roles | 04:53 | |
| 13 | Open Window From Menu | 05:08 | |
| 14 | Creating The Interface | 11:10 | |
| 15 | Renderer Node Integration | 05:12 | |
| 16 | IPC Communication | 07:01 | |
| 17 | Implementing Imagemin & Plugins | 13:25 | |
| 18 | Send Events To Renderer | 03:30 | |
| 19 | Creating Log Files | 05:10 | |
| 20 | Package & Test Our App | 07:38 | |
| 21 | Project Intro | 03:16 | |
| 22 | Boilerplate Setup | 03:52 | |
| 23 | Template Assets Setup | 04:42 | |
| 24 | Creating The Interface | 10:49 | |
| 25 | Static System Stats | 11:08 | |
| 26 | Interval/Dynamic System Stats | 09:12 | |
| 27 | Progress Bar & CPU Overload | 04:39 | |
| 28 | Notifications API | 05:42 | |
| 29 | Notification Timing | 09:49 | |
| 30 | Creating a Store | 10:02 | |
| 31 | Set Default Settings To Renderer | 04:32 | |
| 32 | Saving Data To Our Store/File | 09:26 | |
| 33 | Use Settings Data In Monitor | 05:34 | |
| 34 | Creating a Tray Icon | 06:14 | |
| 35 | Tray Context Menu | 05:27 | |
| 36 | Nav Toggle Menu Item | 04:29 | |
| 37 | MainWindow Class | 04:49 | |
| 38 | AppTray Class | 05:44 | |
| 39 | Package & Test Our App | 03:10 | |
| 40 | Project Intro | 02:33 | |
| 41 | React-Electron Boilerplate Setup | 10:19 | |
| 42 | Log State & Table | 08:15 | |
| 43 | LogItem Component | 09:00 | |
| 44 | Formatting Dates With Moment | 03:29 | |
| 45 | AddLogItem Component | 08:47 | |
| 46 | Adding a Log (UI Only) | 06:14 | |
| 47 | Displaying Alerts | 07:13 | |
| 48 | Deleting a Log (UI Only) | 03:58 | |
| 49 | Setup MongoDB Atlas | 04:19 | |
| 50 | Connect To Database With Mongoose | 04:41 | |
| 51 | Create Log Model | 04:08 | |
| 52 | Get Logs From Database | 08:40 | |
| 53 | Add Log To Database | 04:56 | |
| 54 | Delete Logs From Database | 04:45 | |
| 55 | Clear Logs Menu Item | 08:06 | |
| 56 | Package & Test Our App | 04:42 | |
| 57 | Custom Icon | 01:27 |
Get instant access to all 56 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionWhat courses are similar to Electron From Scratch: Build Desktop Apps With JavaScript?
-
Updated 2y agoEve: Building RESTful APIs with MongoDB and Flask
By: Talk Python TrainingEve is an open source Python REST API framework designed for human beings. It allows you to effortlessly build and deploy highly customizable, fully featured RE5h 6m -
Updated 2y agoWeb Development with Google’s Go (golang) Programming Language
By: Greater Commons (Todd McLeod)The Go programming language was created by Google to do what Google does: performant web applications at scale. Open-sourced in 2009 and reaching version one in18h 59m -
Updated 2y agoNode.js, Express & MongoDB Dev to Deployment
By: UdemyNode.js Express & MongoDB Dev to Deployment is a training course for building and deploying Node.js programs that teaches all the techniques from the foundation9h 4m -
Updated 2y agoLearn Node
By: Wes BosLearn to build applications and APIs with Node.js Node.js, Express, MongoDB and friends are some of the most in-demand web development skills. This course is th9h 52m -
Updated 2y agoThe Complete Developers Guide to MongoDB
By: Udemy, Stephen GriderLearn MongoDB and Mongoose the test-driven way with Stephen Grider: schema design, queries, relationships and real Node app data layers, step by step.13h 32m -
Updated 2y agoMERN Stack Web Development with Ultimate Authentication
By: UdemyLearn how to build a full MERN app with clear and safe auth. You work with JWT, roles, and deploy the project to a live server.9h 24m -
Updated 2y agoDiscord Clone - Learn MERN Stack with WebRTC and SocketIO
By: UdemyLearn how to connect MERN Stack with WebRTC and SocketIO. We will go through all of the steps to create application with group call functionality. We will crea19h 29m -
FreeUpdated 3y agoMongoDB - The Complete Developer's Guide
By: UdemyMongoDB is one of the most important NoSQL databases you can work with these days. It's extremely popular and MongoDB developers are in high demand.16h 28m5/5
More courses by Brad Traversy
-
FreeClassicNext.js From Scratch 2024
The main project in this course is a full-featured property rental website with property search, browsing and management. User authentication using Next Auth al11h 54m5/5 -
Updated 3y agoPHP From Scratch 2024 | Beginner To Advanced
Learn PHP fundamentals then build a job listing website from the ground up, using a Laravel-like infrastructure. This course is broken up into two parts. First18h 17m5/5 -
FreeUpdated 3y agoReact Front To Back 2022
This course is for anyone that wants to learn React and also for React developers looking to build some projects and sharpen their skills.19h 57m -
ClassicMERN Stack From Scratch
We spend 12 hours creating this project from scratch. It includes a multi-step checkout process with PayPal integration, product search, rating & review, user p13h 32m5/5 -
Updated 3y agoDjango with React | An Ecommerce Website
Build an eCommerce platform from the ground up with React, Redux, Django & Postgres.18h 6m5/5 -
Updated 3y ago20 Web Projects With Vanilla JavaScript
This is a fun, practical & project based course for all skill levels. The projects in this course are designed to get you building things using HTML5, CSS & Jav16h 8m