richahazarika / DevDisplay

DevDisplay is an Open Source Community where you can discover and Connect with Skilled Developers, share your ideas, and build projects with collaborative support also you can promote your project through this community.

Home Page:https://devdisplay.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Repo size GitHub Repo stars GitHub forks GitHub contributors GitHub pulls GitHub issues GitHub LICENSE Twitter Follow


Man Technologist Light Skin Tone Introducing to DevDisplay Man Technologist Light Skin Tone


Dev Display

✦ Discover - Connect - Collab - Build - Promote ✦


DevDisplay is an Open Source Community where you can discover and Connect with Skilled Developers, share your ideas, and build projects with collaborative support also you can promote your project through this community.

👩‍💻 DevDisplay - Discover - Connect - Collab - Build - Promote

Table of Contents

About Rocket

  • DevDisplay - Website
  • DevDisplay is an Open Source Community where you can discover and Connect with Skilled Developers, share your ideas, and build projects with collaborative support also you can promote your project through this community.
  • With DevDisplay, developers can create their profiles in JSON format, which are then displayed on the web for others to discover.

Feature Glowing Star

  • One of the key features of DevDisplay is its powerful search functionality.
  • Users can search for developers based on specific skills, locations or name, making it easy to Display developers with expertise in a particular technology or programming language.
  • This makes DevDisplay 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!

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. Navigate to the public/data folder in your project directory.
  3. 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.
  4. 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>"
      }
    }
  5. Save the your_github_username.json file.
  6. Navigate to the src folder in your project directory. Open the ProfilesList.json file.
  7. 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"]
  8. Save the ProfileLists.json file.
  9. Contribute Click On Contribute Button:
  10. Commit your changes: To save your changes to the branch,, run the following command:
    git commit -m "add: <your-name>"
  11. Push to the branch: To push the changes to the remote repository, run the following command:
    git push origin add-profile
  12. 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.
  13. 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 ⭐

About

DevDisplay is an Open Source Community where you can discover and Connect with Skilled Developers, share your ideas, and build projects with collaborative support also you can promote your project through this community.

https://devdisplay.netlify.app

License:MIT License


Languages

Language:JavaScript 83.7%Language:HTML 9.1%Language:CSS 6.9%Language:Shell 0.3%