Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
/ artikjs Public archive

A simple lightweight vanilla javascript library.

License

Notifications You must be signed in to change notification settings

frederic2ec/artikjs

Repository files navigation

ARTIK.js

A simple lightweight javascript library written in TypeScript 4.0 ⚡.

How to compile from source

  • (Prerequesite) install node.js

  • Run "npm install" inside Artik's directory

  • Run "npm run build" inside Artik's directory

  • you successfully compiled Artik.js

How do I include it in my project if i'm compiling from source ?

  • put the source code in your project's asset folder

  • Add this line at the bottom of the body of every HTML page you want to include Artik.js in

Image from Gyazo

Why should I use Artik.js instead of Jquery ?

  • ARTIK has been made with simplicity and compatibility in mind. ARTIK.js is a very lite javascript library that is and will always be compatible with old and new browsers.

  • ARTIK is basically Jquery, but modern, and very lite.

  • It's Easy to use, simplicity is key 🔑

  • Artik is completely modern, free and open source.

What's the progress report for the DOM ?

Elements Events DOM
Completed ✔️ In progress ☑️ In progress ☑️

It's time to ditch Jquery !

  • In many ways thanks to jQuery, jQuery itself is no longer needed. Switch to Artik 😉 🧊

An Example

pg('#inputEmail3').on('keyup', function(){
   var total = pg('#inputEmail3').val()
   pg('#amountFinal').setAttribute('value', `${total}`);
})

Badges

  • TypeScript

  • Open Source Love

About

A simple lightweight vanilla javascript library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published