LinksHub is a Hub of Links by Developers for Developers
. Here, we've gathered a collection of all the best and most useful resources, both free and paid, to aid in the development journey.
We recognize that there's a wealth of information available, but often, it's a matter of knowing where to find it. That's why we've made it our mission to bring the right resources to the right developers.
You can see the live demo at: https://linkshub.vercel.app
Prerequisites: Before getting into it make you sure, you have npm installed
Make sure to follow CONTRIBUTING guidelines
Follow these steps to start contributing into LinksHub
- Fork the project
- Clone the project to run on your local machine using the following command
git clone https://github.com/<your_github_username>/LinksHub.git
- Get into the root directory
cd LinksHub
- Install all dependencies by running
npm install
- Make your changes and push the code to your Github repo
- Now, create a pull request
Bingo! You're done
Follow these steps
-
Open
database/data.ts
file -
Copy the following code snippet to add your link/s
{ id: "", name: "", description: "", url: "", category: "", subcategory: "", }
id
: +1 to previous idname
: name of the sitedescription
: a short description of the link/siteurl
: URL of the sitecategory
: either could befrontend
,backend
oryoutube
subcategory
: it could be one of the followings -- For
frontend
- animations
- colors
- design-inspiration
- fonts
- icons
- illustrations
- images
- testing
- themes-templates
- ui-generators
- For
backend
- authentication
- caching
- security
- validation
- security
- testing
- For
youtube
- web-development
- machine-learning
- csharp
- For
-
Run this command to add your changes
git add database/data.ts
-
Commit your changes
git commit -m "chore: added new link"
-
Push your code
git push origin <your_branch_name>
-
Create a new Pull Request and click on
compare acorss forks
:- Select your
repo
- Select your
branch
- Select your
-
Boom! your link will be added as soon as maintainers approves the changes.
LinksHub is licensed under the terms of MIT License. check out LICENSE for details.
We would love to have you, feel free to open issues and pull request and Don't forget to leave a star if you like the project.