Skip to content

web-development-mart/front-and-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tests and documentation

A vanilla JavaScript project demonstrating modern ES6 module architecture for building dynamic web applications with REST API integration.

Overview

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.

Architecture & Design Decisions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages