|
93 | 93 | <iframewidth="560"height="315"src="https://www.youtube.com/embed/uwSY9XqQGXw"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
|
94 | 94 | </div>
|
95 | 95 | <sectionclass="f-article"style="margin-left:10px; margin-top:15px; margin-right:10px;">
|
96 |
| -<navclass="article-series"> |
97 |
| -<headerclass="series-header"> |
98 |
| -<h4class="series-title">JavaScript projects for beginners<span>(8 part |
99 |
| - series)</span></h4> |
100 |
| -</header> |
101 |
| -<ulclass="series-list"> |
102 |
| -<li> |
103 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
104 |
| -<spanclass="number">1</span> |
105 |
| -<spanclass="title"> Build your first JavaScript App — A Random Quote Generator</span> |
106 |
| -</a> |
107 |
| -</li> |
108 |
| -<li> |
109 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
110 |
| -<spanclass="number">2</span> |
111 |
| -<spanclass="title"> How to build a Wikipedia Search App with JavaScript</span> |
112 |
| -</a> |
113 |
| -</li> |
114 |
| -<li> |
115 |
| -<aclass="current-post"> |
116 |
| -<spanclass="number">3</span> |
117 |
| -<spanclass="title"> How to build a Calculator App with JavaScript</span> |
118 |
| -</a> |
119 |
| -</li> |
120 |
| -<li> |
121 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
122 |
| -<spanclass="number">4</span> |
123 |
| -<spanclass="title"> How to build a Todo List App with JavaScript</span> |
124 |
| -</a> |
125 |
| -</li> |
126 |
| -<li> |
127 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
128 |
| -<spanclass="number">5</span> |
129 |
| -<spanclass="title"> How to build a Custom HTML5 Video Player with JavaScript</span> |
130 |
| -</a> |
131 |
| -</li> |
132 |
| -<li> |
133 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
134 |
| -<spanclass="number">6</span> |
135 |
| -<spanclass="title"> How to build a Simon Game with JavaScript</span> |
136 |
| -</a> |
137 |
| -</li> |
138 |
| -<li> |
139 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
140 |
| -<spanclass="number">7</span> |
141 |
| -<spanclass="title"> How to build a Pomodoro Timer App with JavaScript</span> |
142 |
| -</a> |
143 |
| -</li> |
144 |
| -<li> |
145 |
| -<ahref="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
146 |
| -<spanclass="number">8</span> |
147 |
| -<spanclass="title"> How to create your first Chrome extension</span> |
148 |
| -</a> |
149 |
| -</li> |
150 |
| -</ul> |
151 |
| -</nav> |
| 96 | + |
152 | 97 | <p>The calculator app we’ll develop in this tutorial is a very simple one. It is
|
153 | 98 | more or less in the manner of those calculators found at grocery stores. The layout
|
154 | 99 | of the app was crafted with<abbrtitle="Cascading Style Sheets">CSS</abbr>
|
|