We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To add your profile to Peerlist:
Navigate to the src/app/members folder. This folder contains member profile files.
src/app/members
Update the members.ts file
Add Your Profile Information Use the following format (TypeScript example):
export const profile = { name: 'John Doe', role: 'Frontend Developer', skills: ['Angular', 'TypeScript', 'RxJS'], bio: 'Passionate Angular developer based in Douala, Cameroon.', contact: { email: 'johndoe@example.com', github: 'https://github.com/johndoe', linkedin: 'https://linkedin.com/in/johndoe' } };
Submit Your Changes Follow the Contribution Guidelines to create a pull request.