Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

AgesoftOSS/AWebJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWebJS

AwebJS is a javascript technology for making sites and UIs using javascript

Getting Started

Awebjs is constructed to be easy to use

$ npm i awebjs

Using AWebJS in Buttons

const HelloWorld = () =>
{
    AwebJS.AwebJSDOM.renderElement('h1','Hello World','hwdom')
}

const btn = document.getElementById('sample-button')
btn.addEventListener('click', HelloWorld)

Contributing

we do welcome contributions if you find any bugs or spelling issues or want to make new features please make a pull request and we look forward.