A vanilla JavaScript project demonstrating modern ES6 module architecture for building dynamic web applications with REST API integration.
This project showcases best practices for structuring a front-end application using pure HTML, CSS, and JavaScript without any frameworks or build tools. It demonstrates how to build scalable, maintainable applications using native ES6 modules and clean separation of concerns.
frot-test/
├── index.html # Entry point
├── styles.css # Global styles
├── test.js # Main application entry
└── js/
└── utils/
├── compute.js # Business logic & API integration
└── displayFn.js # UI rendering & DOM manipulation