|
93 | 93 | <iframe width="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 | <section class="f-article " style="margin-left:10px; margin-top:15px; margin-right:10px;">
|
96 |
| - <nav class="article-series"> |
97 |
| - <header class="series-header"> |
98 |
| - <h4 class="series-title">JavaScript projects for beginners <span>(8 part |
99 |
| - series)</span></h4> |
100 |
| - </header> |
101 |
| - <ul class="series-list"> |
102 |
| - <li> |
103 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
104 |
| - <span class="number">1</span> |
105 |
| - <span class="title"> Build your first JavaScript App — A Random Quote Generator </span> |
106 |
| - </a> |
107 |
| - </li> |
108 |
| - <li> |
109 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
110 |
| - <span class="number">2</span> |
111 |
| - <span class="title"> How to build a Wikipedia Search App with JavaScript </span> |
112 |
| - </a> |
113 |
| - </li> |
114 |
| - <li> |
115 |
| - <a class="current-post"> |
116 |
| - <span class="number">3</span> |
117 |
| - <span class="title"> How to build a Calculator App with JavaScript </span> |
118 |
| - </a> |
119 |
| - </li> |
120 |
| - <li> |
121 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
122 |
| - <span class="number">4</span> |
123 |
| - <span class="title"> How to build a Todo List App with JavaScript </span> |
124 |
| - </a> |
125 |
| - </li> |
126 |
| - <li> |
127 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
128 |
| - <span class="number">5</span> |
129 |
| - <span class="title"> How to build a Custom HTML5 Video Player with JavaScript </span> |
130 |
| - </a> |
131 |
| - </li> |
132 |
| - <li> |
133 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
134 |
| - <span class="number">6</span> |
135 |
| - <span class="title"> How to build a Simon Game with JavaScript </span> |
136 |
| - </a> |
137 |
| - </li> |
138 |
| - <li> |
139 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
140 |
| - <span class="number">7</span> |
141 |
| - <span class="title"> How to build a Pomodoro Timer App with JavaScript </span> |
142 |
| - </a> |
143 |
| - </li> |
144 |
| - <li> |
145 |
| - <a href="https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2"> |
146 |
| - <span class="number">8</span> |
147 |
| - <span class="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 <abbr title="Cascading Style Sheets">CSS</abbr>
|
|
0 commit comments