Giter Site home page Giter Site logo

subinoybiswas / devlabs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from himanshunarware/devlabs

0.0 0.0 0.0 59 KB

Devlabs is an application that is used to search for free tools that are both free and helpful for our needs. It is built by the amazing open-source community.

Home Page: https://devlabs-one.vercel.app

JavaScript 72.14% CSS 23.33% HTML 4.52%

devlabs's Introduction

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

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

Installation

You can clone the project directly from this repo to your local system.

1. Clone the repo

https://github.com/HimanshuNarware/Devlabs.git

The . will clone it to the current directory so make sure you are inside your project folder first.

2. Install Dependencies

npm install
`
### 3. Start development Server

```bash
npm start
#or
npm run dev

5 Create a new branch:

git checkout -b YourBranchName

6. Make your changes to the source code.

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

7. Stage your changes:

โš ๏ธ Make sure not to commit package.json or package-lock.json file

โš ๏ธ Make sure not to run the commands 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>"

8. Commit your changes:

git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

devlabs's People

Contributors

himanshunarware avatar deka-kean avatar wassaf001 avatar subinoybiswas avatar vishal-1004 avatar vayras avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.