Welcome DevLabs is a website where you can search for free tools that are useful for your daily needs. This application is created by the incredible open-source community. On DevLabs, you can discover a collection of free tools that can assist you in various aspects of your life. Moreover, you have the opportunity to contribute to this project by adding more tools to the database.
You can check out the live project at https://DevLabs-one.vercel.app
DevLabs Our website is one such kind that provides a platform for contributors from all over the world to give their inputs in the form of useful websites which are free to use. It enables us to get a list of all the websites together in one place thereby saving a lot of time for us. We can find any kind of website here, be it a tool or an education platform. Hence, it is declared a knowledge-sharing platform!
Tech Stack Reactjs - Reactjs is a JavaScript library for building user interfaces. 🚀 Quick start Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an issue or submit a pull request. Make sure to follow the project's code of conduct.
How to Contribute
You can clone the project directly from this repo to your local system.
https://github.com/HimanshuNarware/Devlabs.git
The .
will clone it to the current directory so make sure you are inside your project folder first.
npm install
`
### 3. Start development Server
```bash
npm start
#or
npm run dev
git checkout -b YourBranchName
Add new tool :
Go to src > DB >
product.json
& add your code
{
productName: "< App_Name >",
category: "remote | resume | tweet | ai | ethical | movies | extensions | tools",
image: "< Image-Url >",
link: "< Link_to_the_website >",
description: "< Description of product >"
},
To ensure that your URLs are short, it is recommended to use bitly for URL shortening. Description should not exceed 10-12 words
package.json
or package-lock.json
file
git add .
or git add *
Instead, stage your changes for each file/folder
By using public path it means it will add all files and folders under that folder, it is better to be specific
git add "<files_you_have_changed>"
git commit -m "<your_commit_message>"
git push origin YourBranchName
10. Create a Pull Request!