Hacktoberfestenhancement
仓库指标
- 星标
- (35 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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:
