ETHLink is a platform that connects users and companies in the Ethereum ecosystem.
ETHLink is a web platform designed to facilitate connections between users and companies within the Ethereum community. It allows users to showcase their education, experience, and skills, while also providing companies with a platform to discover and connect with potential candidates. ETHLink aims to bridge the gap between talented individuals and companies looking to hire within the Ethereum ecosystem.
To install ETHLink locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ak736/ETHLink
-
Navigate to the project directory:
cd ETHLink
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Access the application in your browser at http://localhost:3000.
Once the application is running, users can sign up or log in to create their profiles. They can then add their education details, work experience, and other relevant information to showcase their skills and background. Companies can browse through user profiles and connect with potential candidates based on their qualifications and expertise.
We welcome contributions from the community! To contribute to ETHLink, follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.