LinksHub Versions Save

LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work. These resources include links to free software, libraries, frameworks, and other tools that can be used to build and deploy applications and websites.

v1.0.0

3 months ago

Rebranding LinksHub

In this release, we have tried to give LinksHub a new look and make it more user friendly and attractive.

V1.0.0: A New Look

  • We have modified the followings:
    • Header
    • Welcome screen
    • Sidebar
    • Category page
    • Subcategory page
    • Saved page
    • Search Results page
    • Our Team page
    • Navigation menu in mobile/tablet devices

Acknowledgments

Thanks to all the contributors who helped with this release.

  • Rupali Haldiya (@rupali-codes )
  • Anmol Baranwal (@Anmol-Baranwal)
  • Chrissy (@CBID2)
  • Aftab Rehan (@aftabrehan)
  • Vidip Ghosh (@Vidip-Ghosh )
  • Solomon (@heysolomon)
  • Akshita Goyal (@gakshita)
  • Utsav Joshi (@JoshiUtsav)
  • Mohd Shadab (@MAXASSASSINS)
  • Mohsin (@Mohsin-mw)

Upcoming ✨

You will be able to Bookmark your favorite resources and use them anytime, anywhere you want.

v0.2.0

8 months ago

Summary

In this latest LinksHub release, we've enhanced resource accessibility for all LinksHub users. Now, you can effortlessly access resources by simply specifying the category name you wish to explore. For instance, by visiting https://linkshub.dev/languages, you'll be directed to the language category with an easily accessible dropdown menu.

image

v0.1.8

1 year ago

Hey everyone 🎉

In this release of LinksHub, we have added a new subcategory in Other category named Podcast where we can add Podcasts or stories related to Tech, Open-source and more. If you feel like any podcast should be added into the Hub feel free to rise an Issue here.

Check out the new version here

Thanks for your continuous support ✨

v0.1.7

1 year ago

Copy to clipboard

In this new version, we are introducing a new feature that allows users to copy links to their clipboard with ease. This feature makes it convenient for users to share links with their friends and colleagues through messaging apps, emails, or social media.

Check it out HERE!

Thank you for your continued support of Linkshub.

v0.1.6

1 year ago

Added Prettier

We're excited to announce the latest release of our project, which includes a significant improvement to the code formatting process. Many of our users have reported struggling with maintaining consistent code formatting across the codebase, which can be time-consuming and frustrating. That's why we've added Prettier to our project, a code formatter that automates the process of ensuring consistent formatting throughout the project.

With this new addition, you no longer need to worry about formatting your code before pushing it to the repository. Prettier will handle it for you automatically, saving you time and effort. Plus, it enforces a consistent code style across the project, making it easier for other developers to read and understand the code.

Added new Category Other

We've created a new category named Other, this category is dedicated to resources related to technical writing, GitHub Markdowns, and other similar topics.

v0.1.4

1 year ago

Hi everyone! This release includes a new feature that allows users to view more information about a card by clicking on a popup. Here are the key changes in this release:

  • Added popup when clicking on a card to show more information
  • Bug fixes and performance improvements
  • Added language property for YouTube channel links

We hope this new feature improves the user experience and makes it easier to interact with our project

image

v0.0.3

1 year ago

Summary

We've realized that adding IDs manually for subcategories is not a good practice and it might create conflicts in future. So, as per the new updates we have removed id property from subcategory object, and generating unique id for each subcategory with react-uuid.

Instructions

v0.1.2

1 year ago

Summary

LinksHub is an open-source project that aims to curate a comprehensive list of free tech resources by storing links to these resources in a structured and organized database. Recently, the project has undergone a restructuring of its database, and now stores the links to free tech resources in different JSON files. This allows for easier maintenance and updates, and provides a more efficient way of managing the resources. LinksHub provides a centralized platform for users to easily access a wide range of free technical resources and is continuously evolving to include new and relevant resources. The project is driven by a community of contributors who help maintain and improve the project.

Instructions

  • A newly created category and Subcategory should be added to the data file
  • A category has it's own folder
  • A subcategory is contained in a category folder
  • When a new category is added ensure to create a folder for it
  • When a new subcategory is added ensure to create a json file for it and place in its respective category
  • Add your resources to the subcategory json file of your choice
  • Export the newly created json file on the index file