codeuino/website-www.codeuino.org

Making component of team page

capedcrusader23 opened this issue · 2 comments

Problem:-The code of card content is repetitively written in src/pages/Team/Team.js . This does not justify the idea of components in react.

Screenshot from 2020-01-28 22-42-34

Solution:-Make use of react component and inject relevant properties as props.

I am working on it.

#180 solves this.