Hacktoberfestenhancement
Metriche repository
- Star
- (35 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Task 1
- Change Add Users to Add Team Members
- Add one more filed for Position
File Location : "../dashboard/team.js"
Current UI

Task 2 Add List of Team Members above the add Team Members form, you can take dummy data from below
const team_members=[
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "abc@gmail.com",
Name: "Some Person",
mid:1,
position:"someString",
batch:"2019-2022"
},
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "abc@gmail.com",
Name: "Akhil Kumar Jha",
mid:2,
position:"someString",
batch:"2019-2022"
},
]
The UI should look similar to:
