Description
In this course, you will :
- Build Real World Apps with Electron.
- Master core concepts of Electron Framework.
- Learn to design API based apps.
Syllabus :
1. Introduction To Electron
- Overview of Electron
- Code Editor
- Hello World - Bootstrapping
- Hello World - View and Model
2. Pomodoro Clock
- Dynamic View Implementation
- Getting Started on index.js
- Building Long Break Clock Functionality
- Start Timer Function
- Maintaining Internal State Of Breaks
- Completing index.js
- Running The App
3. Tic Tac Toe
- Initializing New Project
- Styling and Starting Controller
- Handling Gameplay Movement
- Deciding Winner or Drawn Game
- New Game Creation
- Playing The Game
4. Weather App
- Introduction To Weather App
- Building Out The Controller
- Accessing Weather API
5. BMI Calculator
- Initializing Project And Starting View
- Completing View
- Creating Conversion Functions
- Finalizing Controller and Running App
6. Currency Converter
- Creating The View
- Currency Converter Function
- Creating Specific Conversion Function
- Finalizing Controller and Running App