Skip to content

functionality-library/functionality.js

Repository files navigation

Functionality.js

About ✍️

  • This Is A JavaScript Library To Make Your Work Easier/Faster,
    You Can See Functionalty.js Website From Here
  • Project Created In 16 / 5 / 2022

Installation ⬇️

  • So To Get Started Using Functionalty.js Library,
    You Have To Install It By npm

    npm install functionality.js
  • Or You Can Install it By yarn In Your HTML File

    yarn add functionality.js
  • Or Even You Can Get it By CDN

    <script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>
    <body>
      <h1></h1>
      <p></p>
      <script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>
      <script>
        heading = document.querySelector("h1");
        number = document.querySelector("p");
        heading.innerText = functionality.capitalize("hello");
        number.innerText = functionality.randomNumber(1, 100);
      </script>
    </body>

Importing 🦐

Javascript 💛

  • By The Beginning You Have To Import Library After Installation,
    You Can Import Unminified Version

    import functionality from "functionality.js";
  • Since You Have Downloaded And Imported The Library You Can Use It As Following ...

How To Use ❓

  • Now You Have Been Setup Everything
  • You Can Visit Functionalty.js Site From Here
  • Or This is A Quick Start From Here

Feel Free To Contribute To This Repositry 🤝

To Get Started Contributing ☕

  • First Clone The Repository

    git clone https://github.com/alieldeba/functionality.js.git
  • Then Install Packages (node_modules)

    npm install
  • Run Website In Your Locahost Server With Live Reload

    npm run dev
  • Run the Build

    npm run build-npm
  • Feel Free To Add What You Want!

About

A JavaScript Library To Make Your Work Work Easier/Faster

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy