jfmartinz / ResourceHub

ResourceHub is an open-source project that serves as a one-stop repository of valuable resources curated by the amazing contributors in the community🚀
https://resourcehubdev.vercel.app/
MIT License
138 stars 273 forks source link

Categorize Web Development Tools #76

Closed jfmartinz closed 11 months ago

jfmartinz commented 11 months ago

To organize and improve the accessibility of our web development resources, we are looking for contributions to categorize the tools listed in web development tool section. This will make it easier for users to find the specific tools they need based on their area of interest.

Use this template for creating the table:

<table width="100%">
      <tr>
        <th>Resource Name</th>
        <th>Description</th>
      </tr>
    <tr>
         <td>Resource Name 1</td>
         <td>Description</td>
    </tr>

</table>

Notes: Use h4 to the headings

Something like this: image

Check this example in communities section

The categories you should add:

Karan-Palan commented 11 months ago

I'd like to work on this issue, Kindly assign this to me!

jfmartinz commented 11 months ago

Assign to you @Karan-Palan since youre the first time comment to the issue. Goodluck! If you have any clarification just ask.

Karan-Palan commented 11 months ago

Thanks for assigning me!

Karan-Palan commented 11 months ago

@jfmartinz , I have made the desired changes.