Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMinimaL

Contents

  1. Overview
  2. Learn/Teach
  3. Sources
  4. TODO

Overview

back to contents
Creating a project to:

  1. Reference
  2. Use HTML/JS/CSS
  3. Compare to using a Web Framework(react+next/angular/vue/svelte)
  4. As teaching tool back to contents

Learn/Teach

back to contents
Learning and Teaching at the same time. A good process for this is to use the scientific method

Question - What - Can I simplify usage of FE Framework? Research - Why - Don't just use a framework because you're told to, understand why.

Hypothesis - How -
Plain html and javascript projects have pain points.
I extract the needed pieces of a framework into simple library.

Experiment - Where -
Create a test site, plain html, css, javascript. Incorporate some common features of modern sites.
What can I do? Not do? What hard? What is getting repeated? (Nav, Component, Common Page Template, Small changes needed in many places)

Conclusion - When -
Already finding some things that improvement or are solved by frameworks. This could be my limited HTML/CSS/JS knowledge/experience.

  1. Keeping consistency between pages. Basically, since this isn't a SPA but has multiple views(pages) I'm having to repeat HTML from base page to all other pages. Components or templates probably solve this. Checking if HTML has a better process for this or CSS or JS does??
  2. Navigation Links - router/routing in frameworks
  3. Small changes to "the template" have to be repeated on all pages.

Communicate Results - Who - Teach the previous steps, Github back to contents

Sources

back to contents

https://developer.mozilla.org https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API

back to contents

TODO

back to contents
TODOs:

back to contents

Section Template

back to contents
section info ...
back to contents

About

HTML, CSS, JS site for learning, reference and teaching purposes

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages