A place for developers to show recruiters they are available for hire
ZtM-Job-Board is a project that serves as a platform for developers in the Zero To Mastery Community to display their availability for hire to recruiters. Users can contribute to and enhance the project. The project can be accessed through the GitHub repository.
To run the ZtM-Job-Board project locally, follow these steps:
git clone https://github.com/zero-to-mastery/ZtM-Job-Board.git
cd ZtM-Job-Board
npm ci
npm start
To add your name to the list, first fork the project and then create a file <YOUR_GH_USERNAME>.json
inside the Submissions/
folder with the required content following the provided example.
ZtM-Job-Board is a platform where developers from the Zero To Mastery Community can showcase their availability for hire to recruiters. Users are encouraged to contribute to the project. The integration with GitHub allows users to link their profiles and display their availability. The project can be easily set up locally by following the given installation steps.