Skip to content

This project uses only JavaScript files and a single and empty HTML file. The goal is to only use JavaScript to make a To-Do list app with mobile first styles.

License

Notifications You must be signed in to change notification settings

LuisDev912/frontend-js-only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frontend-js-only

This project is an experiment to understand how the DOM (Document Object Model) works by generating all the content dynamically with JavaScript. It also demonstrates modularization, using ES Modules to separate functionality like layout (FlexBox) and UI components (buttons, inputs, titles).


Features

  • Build a complete webpage with minimal HTML.
  • Modular JS structure:
  • flexbox.js – helper class for flexible layouts.
  • components.js – functions to create reusable UI components.
  • app.js – main application logic.
  • Mobile-first approach.
  • Simple example: Mini ToDo List.
  • No external libraries or frameworks (pure JS).

Project structure

frontend-js-only/
├─ src/
│  ├─ app.js          # Main entry point
│  ├─ flexbox.js      # FlexBox class for layout
│  ├─ components.js   # UI components (button, input, title)
├─ index.html          # Minimal HTML
├─ LICENSE
├─ README.md

License

License

This project is MIT Licensed – feel free to use it for learning or experiments.

About

This project uses only JavaScript files and a single and empty HTML file. The goal is to only use JavaScript to make a To-Do list app with mobile first styles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published