<a id="about"></a>
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.devFind, developers can create their profiles in JSON format, which are then displayed on the web for others to discover.<a id="features"></a>
devFind is its powerful search functionality.devFind a valuable resource for project managers, recruiters, and anyone looking to connect with skilled developers for collaboration or employment opportunities.<a id="how-to-add-your-profile-data"></a>
Thank you for your interest in contributing to our open-source project! <br>
<a id="prerequisites"></a>
Git is a version control system that is used to manage the source code of your project.
To install Git, follow these steps:
Download and install Git from the Official Website
Open the terminal or command prompt on your local development environment
Verify the installation of Git by running the following command:
git --version
Node.js is a JavaScript runtime environment that allows you to run JavaScript code outside of a web browser. npm (Node Package Manager) is a package manager for JavaScript, essential for managing dependencies in Node.js projects. Here's how to install Node.js and npm:
Download Node.js:
Verify Node.js Installation:
After the installation is complete, open your terminal or command prompt.
To verify that Node.js has been installed successfully, type the following command and press Enter:
node -v
This command should display the version of Node.js installed on your system. If it does, Node.js installation was successful.
Verify npm Installation:
npm comes bundled with Node.js, so once Node.js is installed, npm is automatically installed as well.
To confirm that npm is installed, in your terminal or command prompt, type:
npm -v
Press Enter. This command should display the version of npm installed on your system. If it does, npm installation was successful.
Optional: Update npm (recommended):
It's recommended to keep npm up to date to access the latest features and bug fixes.
To update npm to the latest version, type the following command and press Enter:
npm install -g npm@latest
This command will update npm to the latest stable version globally (-g flag).
By following these steps, you have successfully installed Node.js and npm on your system. You are now ready to start building JavaScript applications and managing dependencies with npm.
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.
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
Install dependencies: To install the necessary dependencies for the project, navigate to the project directory and run the following command:
npm install
Navigate to the public/data folder in your project directory.
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.
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>" } }
Save the your_github_username.json file.
Navigate to the src folder in your project directory. Open the ProfilesList.json file.
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"]
Save the ProfileLists.json file.
Create a new branch: To create a new branch for your profile, run the following command:
git checkout -b add-profile
Add your changed files: Add changed files to the stage by running the following command:
git add .
Commit your changes: To save your changes to the branch,, run the following command:
git commit -m "add: <your-name>"
Push to the branch: To push the changes to the remote repository, run the following command:
git push origin add-profile
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.
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.
<a id="contributing"></a>
Contributions make the open source community such an amazing place to learn, inspire, and create. <br> Any contributions you make are truly appreciated!
<a id="contributors"></a>
<a id="license"></a>
<a id="support"></a>
Thank you for contributing to our open-source project! We appreciate your support 🚀 <br> Don't forget to leave a star ⭐


免费创建高清无水印Sora视频
Vora是一个免费创建高清无水印Sora视频的AI工具


最适合小白的AI自动化工作流平台
无需编码,轻松生成可复用、可变现的AI自动化工作流

大模型驱动的Excel数据处理工具
基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。


AI辅助编程,代码自动修复
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。