Git Product home page Git Product logo

swarupa567 / devfind Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shyamtawli/devfind

0.0 0.0 0.0 1.12 MB

devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.

Home Page: https://dev-find.vercel.app/

License: MIT License

Shell 0.34% JavaScript 82.10% CSS 8.01% HTML 9.55%

devfind's Introduction

๐Ÿ‘ฉโ€๐Ÿ’ป devFind - Discover and Connect with Skilled Developers!

License Forks Star Click Vote Issue Click Vote Open Pull Request

Table of Contents

About ๐Ÿš€

  • devFind - Website
  • devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.
  • With devFind, developers can create their profiles in JSON format, which are then displayed on the web for others to discover.

Features ๐Ÿ’ช

  • One of the key features of devFind is its powerful search functionality.
  • Users can search for developers based on specific skills, locations or name, making it easy to find developers with expertise in a particular technology or programming language.
  • This makes devFind a valuable resource for project managers, recruiters, and anyone looking to connect with skilled developers for collaboration or employment opportunities.

How to add your profile Data ๐Ÿค”

Thank you for your interest in contributing to our open-source project!

Prerequisites

  • A GitHub account
  • Git installed on your local development environment
  • Node Package Manager (npm) installed on your local development environment
  • pnpm installed on your local development environment

How to Install Git

Git is a version control system that is used to manage the source code of your project.

To install Git, follow these steps:

  1. Download and install Git from the Official Website
  2. Open the terminal or command prompt on your local development environment
  3. Verify the installation of Git by running the following command: git --version

How to Install npm

npm (Node Package Manager) is a package manager for JavaScript programming language and is used to manage the packages that are required by your project.

To install npm, follow these steps:

  1. Download and install Node.js from the Official Website
  2. Open the terminal or command prompt on your local development environment
  3. Verify that npm has been installed by running the command: npm -v

How to Install pnpm

To install project dependencies, please make sure you have pnpm installed on your machine. pnpm is another package manager for Node.js, which is used by this project.

To install pnpm, follow these steps:

  1. Open the terminal or command prompt on your local development environment.
  2. Run the following command: npm install -g pnpm

Once pnpm is installed, you can navigate to the project directory and run the following command to install the project dependencies: pnpm install

Steps to Add Your Profile Data

  1. Fork the repository: To create a copy of the repository in your GitHub account, click on the "Fork" button in the top right corner of the project repository page.

  2. Clone the forked repository: To clone the repository to your local development environment, open the terminal or command prompt and run the following command: git clone https://github.com/<your-github-username>/devFind.git

  3. Install dependencies: To install the necessary dependencies for the project, navigate to the project directory and run the following command: pnpm install

  4. Navigate to the public/data folder in your project directory.

  5. Create a new JSON file named your_github_username.json (replace your_github_username with your actual GitHub username). Open the file you just created.

  6. Add the following JSON object, replacing the placeholder values with your own details:

    {
      "name": "Your Name",
      "location": "Your Location",
      "bio": "Your Bio should be 20-30 words not more then that",
      "avatar": "https://github.com/<your-github-username>.png",
      "portfolio": "Your Portfolio URL or Github URL",
      "skills": ["Your Skill 1", "Your Skill 2", "..."],
      "social": {
        "GitHub": "https://github.com/<github-username>",
        "Twitter": "https://twitter.com/<twitter-username>",
        "LinkedIn": "https://www.linkedin.com/in/<linkedin-username>"
      }
    }
  7. Save the your_github_username.json file.

  8. Navigate to the src folder in your project directory. Open the ProfilesList.json file.

  9. Add your JSON filename (your_github_username.json) to the array of filenames in the ProfileList.json file, like this:

    ["filename1.json", "filename2.json", "your_github_username.json"]
  10. Save the ProfileLists.json file.

  11. Create a new branch: To create a new branch for your profile, run the following command: git checkout -b add-profile

  12. Add your changed files to the stage by running the following command: git add .

  13. Commit your changes: To save your changes to the branch, run the following command: git commit -m "add: <your-name>"

  14. Push to the branch: To push the changes to the remote repository, run the following command: git push origin add-profile

  15. Create a pull request: To submit your changes to the main repository, create a pull request by clicking on the "Compare & pull request" button on your forked repository page.

  16. Wait for review and merge: Wait for the project maintainers to review and merge your changes.

Once your changes are merged, your profile data will be added to the project's Profile.json file and your profile will be displayed on the project's website.

Contributing ๐Ÿ‘จโ€๐Ÿ’ป

Contributions make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are truly appreciated!

Contributors ๐Ÿค

License


This project is licensed under MIT.

Support ๐Ÿ™

Thank you for contributing to our open-source project! We appreciate your support ๐Ÿš€
Don't forget to leave a star โญ

devfind's People

Contributors

shyamtawli avatar priyankarpal avatar dependabot[bot] avatar shubhxg avatar muhammadnoorani avatar mrswastik-robot avatar abhipatel10 avatar akib-vijapura avatar ansisme avatar bharathkalyans avatar ibilalkayy avatar cameronsquires avatar devansh-baghel avatar devhabib429 avatar harshalhonde21 avatar ivanov1201 avatar cybermanmatt avatar dcryptoniun avatar emon1432 avatar munish-on-git avatar poorvijn avatar 07prajwal2000 avatar raunakgiri21 avatar ravi2048 avatar sakshi29g avatar shiva-sai-ssb avatar shricodev avatar trp02 avatar feelthatvib3 avatar yair-n 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.