codeezzi / utility

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.

Home Page:http://codeezzi-utility.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a JSON library for tools

negarjf opened this issue · comments

commented

As the number of tools is increasing in order to manage to show the tool in a more dynamic way, I would suggest creating a JSON file and store the tool's information inside the JSON objects.

One key advantage of such implementation is that in the future we can show all tools on the first page by looping through the JSON array of tools. Then the contributors just need to update the JSON file and their tool will be shown on the first page automatically.

Suggested Format:

{
  "conversionTools": [
    {
      "title": "Angle Conversion",
      "description": "bla bla",
      "url": "/Angle_Conversion/angleconversions.html"
    }
  ],
}
commented

I would like to work on this feature myself.

Yes its requrired

@negarjf We tried to add dynamic navbar to other pages, but the navbar doesn't gets generated on other pages, it only worked on index.html page. can you please look into it and find the problem or fix it. ✌

@negarjf Try to reply ASAP.