Description
In this course, you will :
- Pomodoro Clock : You will learn how to design a complete clock from the ground up, including how to set the timer logic, integrate sounds, and add multiple clocks.
- Tic Tac Toe : In this project, you will learn how to design the game board, as well as how to add the Xs and Os and notifications.
- Weather App : In this app, you'll learn how to integrate an API and get it to pull data from a different source. You will also learn how to collect data from the internet and display it on the app.
- Currency Converter: You will also learn how to use an API and how to create conversions from one currency to the other.
- Body Mass Index : In this app, you will learn how to calculate the BMI by using a person’s weight and height. You will learn how to add calculations to your logic in this app.
Syllabus :
1. Introduction To Electron
- Overview of Electron Preview
- Code Editor
- Hello World - Bootstrapping
- Hello World - View and Model Preview
2. Pomodoro Clock
- Boostrapping The App
- Building the View Preview
- Dynamic View Implementation
- Getting Started on index.js
- Building Long Break Clock Functionality
- Start Timer Function Preview
- Maintaining Internal State Of Breaks
- Completing index.js
- Running The App Preview
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