Skip to content

Hfs2024/NanoScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoScript

What is this?

NanoScript is a modern, ultra-lightweight JavaScript library built specifically for edge environments. It provides seamless, fluent Document Object Model (DOM) manipulation, event handling, and CSS animations through a fast method-chaining API.

Example:

NS('.alert-box')
  .css({ color: "green" })
  .getText()[0] // You MUST add [0] if you want the first element text, because it returns an array.

Cloning Steps

To set up NanoScript locally, follow these steps:

  1. Open your terminal application.
  2. Clone the repository directly using the command below:
    git clone https://github.com/Hfs2024/NanoScript/
  3. Navigate into the project folder:
    cd NanoScript

Contributions, bug reports, and repository stars are highly appreciated.

About

NanoScript is a modern, ultra-lightweight JavaScript library built for edge environments. It provides seamless, fluent DOM manipulation, events, and CSS animations through a fast method-chaining API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors