Learn to code by creating 27 Projects

Learn to code by creating 27 Projects

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 19.5 Hours | 1.96 GB

Hands on Practical Programming for beginners

The best way for a beginner to learn how to code or program is by creating. In this beginner’s course i will walk you through how to create 27 projects step by step using three different popular and modern programming languages. You will be learning how to code using C#, Java and JavaScript.

Some of the projects you will be creating in this practical hands on course include:

  • Creating a functional calculator
  • Creating a digital clock
  • Creating a word count tool
  • Creating a Currency Converter
  • Creating a percentage tip calculator
  • Creating a contact form with local storage
  • Creating a web browser
  • Creating a Prime number generator
  • Creating a Random number generator
  • Creating a Music Player
  • Creating a Paint drawing app
  • Creating a Height conversion Tool
  • Creating a Temperature conversion Tool
  • Creating a Todo List App
  • Creating a Image Slider App
  • Creating a Screen saver
  • Creating a Interactive Quiz game
  • Creating a Ping Pong Game
  • Creating your own google maps

You will be using a variety of development tools below to create the various projects. ( The course will show you how to install these tools)

A good text editor like Notepadd++ or Sublime text for JavaScript development
JDK and NetBeans for developing projects with Java
Microsoft Visual Studio for developing projects with C#

By the end of this course you will have the confidence and skill to create mini projects and understand basic programming concepts
in C#, Java and JavaScript .

Table of Contents

Introduction and Java Programming Basics
1 Introduction
2 What is Java
3 Installing JDK and NetBeans
4 What is a java package
5 Primitive Data Types
6 Basic Operators
7 Java Variables
8 Java Arrays

Project 1 Height Conversion Tool in Java
9 Create the project
10 Build User Interface – Part 1
11 Build User Interface – Part 2
12 Add Css to user interface
13 Change variable names
14 Code the exit and clear buttons
15 Code the conversion button
16 Run and Deploy project

Java Console Projects
17 Project 2 Prime Number Generator in Java
18 Project 3 Random Number Generator in Java

Project 4 Java Word Count Tool
19 Create the project
20 Design GUI – Part 1
21 Design GUI – Part 2
22 Adding CSS
23 Renaming Variables
24 Coding exit and clear button
25 Coding the count button
26 Run and Deploy project

Project 5 Java Weight Conversion Tool
27 Create project and GUI
28 Customise the GUI
29 Adding CSS
30 Code the exit and clear buttons
31 Coding the conversion button
32 Run and Deploy Project

Project 6 Java Percentage Calculator Tool
33 Create the project
34 Build the Front End
35 Customise the GUI – Part 1
36 Customise the GUI – Part 2
37 Code the exit and clear button
38 Code the logic

Project 7 Java Digital Clock
39 Create project structure
40 Import Packages
41 Implementing Classes
42 Create a Thread
43 Modify JLabel Properties
44 Build and Deploy Project

Project 8 Java Temperature Conversion Tool
45 Create project
46 Create GUI
47 Code the logic
48 Deploy and Run Project

Project 9 Simple Addition Game in Java
49 Create the project
50 Rename Components
51 Code the exit button
52 Code the clear button
53 Write code for addition button
54 Run and Deploy Project

Introduction to C Programming Basics and Lab setup
55 What is C
56 What is dotNet .Net
57 What is Visual Studio
58 Requirements for Visual Studio
59 Download and install Visual Studio
60 Completing visual studio installation
61 Create your first web app -Part 1
62 Create your first web app -Part 2
63 Create your first web app -Part 3
64 Variables and Data Types in C
65 Guidelines to Naming Variables
66 Concatenation
67 Basic Data Types
68 Basic Arithmetic Operators
69 Operator Precedence
70 String data type

Project 10 C Currency Converter
71 Project Introduction
72 Create project and form
73 Add Components
74 Write your code logic

Project 11 C Digital Clock
75 Project Introduction
76 Create form
77 Design Interface
78 Add Timer
79 Activate Clock

Project 12 Create Google Maps with C
80 Project Introduction
81 Create form and controls
82 Customise form and controls
83 Coding the logic – Part 1
84 Coding the logic – Part 2

Project 13 C Paint Drawing App
85 Project Introduction
86 Design user interface – part 1
87 Design user interface – part 2
88 Rename event handler method
89 Code the drawing logic
90 Code the saving logic

Project 14 C Picture Viewer
91 Project Introduction
92 Create project with a form
93 Add controls to form – Part 1
94 Add controls to form – Part 2
95 Generate Event Handler Methods
96 Code the show picture button
97 Code additional buttons
98 Commenting your code

Project 15 Ping Pong Game in C
99 Project Introduction
100 Create form and controls
101 Customise controls
102 Coding the game logic – Part 1
103 Coding the game logic – Part 2
104 Testing your code
105 Run and deploy project

Project 16 C Music Player
106 Project Introduction
107 Create project and form
108 Add Windows Media Player
109 Add button controls
110 Code the logic
111 Build Project
112 Tips to improve project

Project 17 C Screen Saver
113 Project Introduction
114 Create project with form
115 Add image directory
116 Code the event handler
117 Drawing and Movement of Pictures
118 Testing Project
119 Run and deploy project

Project 18 Create a web browser in C
120 Project Introduction
121 Design user interface – part 1
122 Design user interface – part 2
123 Code the logic
124 Finishing touches

JavaScript Basic Programming concepts
125 What is JavaScript
126 JavaScript Syntax
127 What is jQuery
128 Text Editors Installing Notepad text editor
129 Installing Sublime Text Editor
130 How to access jQuery
131 Where to place JavaScript
132 JavaScript events
133 JavaScript functions
134 Conditional statements
135 Variables
136 Operators
137 Data types
138 CSS Syntax Rule
139 HTML Document structure

Project 19 Creating a Calculator with JavaScript
140 Overview
141 What we will create
142 Create directory and files
143 Create structure with HTML
144 Add CSS
145 Code the logic with JavaScript

Project 20 Create a Contact Form
146 Project overview
147 What we will create
148 Create directory and files
149 Create structure using HTML
150 Applying CSS
151 Coding the logic with JavaScript

Project 21 Create a Digital Clock with JavaScript
152 Overview
153 What we will create
154 Create directory and files
155 Create app structure
156 Add styling
157 Code the functionality with JavaScript

Project 22 Simple Addition App with JavaScript
158 Overview
159 What we will create
160 Create directory and files
161 Create app structure
162 Add Css
163 Code the functionality

Project 23 Create Countdown Timer
164 Overview
165 What we will create
166 Create directory and files
167 Create the structure using HTML
168 Apply CSS
169 Code the logic

Project 24 Create Image Slider with JavaScript
170 Overview
171 What we will create
172 Create project directory and files
173 Create project structure
174 Apply CSS
175 Code the functionality

Project 25 Create an Interactive Quiz
176 Overview
177 What we will create
178 Create directory and files
179 Create structure with HTML
180 Add Css
181 Code the functionality
182 Code functionality – Part 2

Project 26 Percentage Tip Calculator
183 Overview
184 What we will create
185 Create directory and files
186 Create the structure
187 Add Styling
188 Code the functionality

Project 27 Todo List
189 Overview
190 What we will create
191 Create directory and files
192 Create the structure
193 Apply CSS
194 Code the functionality – Part 1
195 Code the functionality – Part 2