🎁 Help us shape Codewell into a better product for a chance to win one month of Codewell Pro →

  • Web Developer Portfolio Challange

    CHNsParta month ago

    Broke the projects into reusable components, such as -

    For the Cards :

                { data.map( (data) => {
                              return (
                                <Cards 
                                  title={data.title}
                      link={data.link} 
                      paragraph={data.paragraph}
                    />
                  )
                }) }
    • 0
No comments on this solution yet.
Be first to post.
Join Our Slack Channel
Chat and discuss solutions with a growing community of developers.