Description
In this course, you will :
- A comprehensive introduction and overview of Electron, including an understanding of the IDE.
- Learn how to modularize your app and use associated JavaScript files.
- Understanding the various Electron components
- Installing and running the Hello World application.
- Learning how to use other frameworks like Angular, Photon, and Bootstrap.
- Building Real-World Apps to gain practical experience.
- Creating an entire project - a Calculator App!
Syllabus :
1. Introduction To Electron
- Overview of Electron
- IDE
- Hello World
- Modularzing Your App
- Menus
- Utilizing Associated JS Files
- Communication Between Components
- Distribution
- Installing and running Hello World
- Updating and Managing Packages
2. Integrating Frameworks
- Using Angular with Electron
- Building Great Looking UI with Photon
- Integrating Bootstrap
3. Real World Apps
- WebView
- Simple Database Driven App
- Advanced Database Driven App
- Splitting Responsibilities
- Fetching Data From The Internet
4. Project
- Building A Calculator App