Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A JavaScript Library To Make Your Work Work Easier/Faster

License

Notifications You must be signed in to change notification settings

functionality-library/functionality.js

Repository files navigation

Functionality.js (beta) 🔥

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
    Comming Soon
  • Or You Can Install it By CDN In Your HTML File
    <script src="Comming Soon"></script>

Importing 🦐

Javascript 💛

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

    <script src="path/to/functionality.js/dist/functionality.js"></script>
  • Or You Can Import Minified Version (recommended)

    <script src="path/to/functionality.js/dist/functionality.min.js"></script>
  • 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

Here Is What We Are Working On 🤞

  1. Adding Logo
  2. ✔️ Converting Library Into TypeScript
  3. ✔️ Making File Supported By All Of Search Engines
  4. ✔️ Making File Compressed
  5. ✔️ Making File Light Weight
  6. ✔️ Testing The Library
  7. ✔️ Handling Function Errors
  8. Making A Documentation Website
  9. Adding Dark And White Theme In Website
  10. Adding New Functions
  11. Making npm Package For Installation
  12. Making a CDN Importing

Feel Free To Contribute To This Repositry 🤝

To Get Started Contributing ☕

  • First Clone The Repository

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

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

    gulp watch
  • Feel Free To Add What You Want!