KendoReact Challenge Submission: A Waku Project

This is a submission for the KendoReact Free Components Challenge. What I Built I have built an app to search for crypto coins, see a list of crypto coins, and see a chart for the selected crypto coin. It's responsive. Demo The link to the app is https://kendoreact-challenge.vercel.app/ The link to the code repository is this KendoReact Experience The one thing I have to say is with respect to component Fade (animation). It generates a child component under the hood. So if you plan to have height 100% you need to create a css file defining class k-child-animation-container. In general, all components were easy to use and documentation was well explained.

Mar 21, 2025 - 22:04
 0
KendoReact Challenge Submission: A Waku Project

This is a submission for the KendoReact Free Components Challenge.

What I Built

I have built an app to search for crypto coins, see a list of crypto coins, and see a chart for the selected crypto coin. It's responsive.

Demo

The link to the app is https://kendoreact-challenge.vercel.app/

The link to the code repository is this

KendoReact Experience

The one thing I have to say is with respect to component Fade (animation). It generates a child component under the hood. So if you plan to have height 100% you need to create a css file defining class k-child-animation-container.

In general, all components were easy to use and documentation was well explained.