Loading repository data…
Loading repository data…
codeezzi / repository
Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.
Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.
Visit the Website - http://codeezzi-utility.surge.sh/ or click here.
Our Contributors - contributors
If you want to add Color Gradients to your code click here or visit : https://backgroundgradients.com/
Tools marked with ☑ are already completed
Note: Please Don't Make Any Changes In index.html AND contributors.html
Note: Please read CONTRIBUTING.md before making any pull requests
Feel free to suggest if important tools are missing.
assets/config/tools.js under the related categoryREADME.md FILE AS YOU WORK ON A NEW TOOLindex.html file.conversionTools,mathmeticlaTools,financeTools or dailyUseTools. For example if you want to work on length conversion tool then place your folder in the conversionTools folder. The list for tools with their respective folder is mentioned abovelength.length.html, length.css,length.jsboilerplate.template to your tool's html file and follow the comments marked with $.assers/config/tools.js under the related categorylenght.html.Length Conversion./FOLDER_NAME/TOOL_HTML_NAME.htmlWhen you open an issue, please make sure the Tool is not already implemented. Opened Issues by existing Problem will be closed & PR made to this Issue marked as spam The Contributor who opened an issue will be assigned/prefered to the issue. If there is no PR within about 7 Days the issue will be assigned to another Contributor.
git clone https://github.com/your-username/utility.git
git checkout -b feature/branch-name
git checkout -b bugfix/branch-name
git add .
git commit -m 'commit message'
git push origin branch-name
Thank You!