Web Development Examples
index.html
01_html_basics/index.html
html
semantic.html
01_html_basics/semantic.html
html
form_example.html
02_html_forms/form_example.html
html
table_example.html
02_html_forms/table_example.html
html
index.html
03_css_basics/index.html
html
style.css
03_css_basics/style.css
css
flexbox.html
04_css_layout/flexbox.html
html
grid.html
04_css_layout/grid.html
html
style.css
04_css_layout/style.css
css
index.html
05_css_responsive/index.html
html
style.css
05_css_responsive/style.css
css
index.html
06_js_basics/index.html
html
script.js
06_js_basics/script.js
javascript
index.html
07_js_dom/index.html
html
script.js
07_js_dom/script.js
javascript
index.html
08_js_async/index.html
html
script.js
08_js_async/script.js
javascript
app.js
09_project_todo/app.js
javascript
index.html
09_project_todo/index.html
html
style.css
09_project_todo/style.css
css
app.js
10_project_weather/app.js
javascript
index.html
10_project_weather/index.html
html
style.css
10_project_weather/style.css
css
basics.ts
11_typescript/basics.ts
typescript
interfaces.ts
11_typescript/interfaces.ts
typescript
tsconfig.json
11_typescript/tsconfig.json
json
app.js
12_accessibility/app.js
javascript
index.html
12_accessibility/index.html
html
style.css
12_accessibility/style.css
css
index.html
13_seo/index.html
html
index.html
14_build_tools/vite-project/index.html
html
package.json
14_build_tools/vite-project/package.json
json
counter.js
14_build_tools/vite-project/src/components/counter.js
javascript
main.js
14_build_tools/vite-project/src/main.js
javascript
main.css
14_build_tools/vite-project/src/styles/main.css
css
helpers.js
14_build_tools/vite-project/src/utils/helpers.js
javascript
vite.config.js
14_build_tools/vite-project/vite.config.js
javascript
package.json
14_build_tools/webpack-example/package.json
json
extra.js
14_build_tools/webpack-example/src/components/extra.js
javascript
greeting.js
14_build_tools/webpack-example/src/components/greeting.js
javascript
index.html
14_build_tools/webpack-example/src/index.html
html
index.js
14_build_tools/webpack-example/src/index.js
javascript
main.css
14_build_tools/webpack-example/src/styles/main.css
css
helpers.js
14_build_tools/webpack-example/src/utils/helpers.js
javascript
webpack.config.js
14_build_tools/webpack-example/webpack.config.js
javascript
app.js
15_project_spa/app.js
javascript
index.html
15_project_spa/index.html
html
router.js
15_project_spa/router.js
javascript
style.css
15_project_spa/style.css
css
README.md
README.md
markdown