Found 1 repositories(showing 1)
nothing1432
A React project that allows users to enter any search term, hits an external API to fetch and return top videos related with this search term typed by the user, and finally dynamically displays these videos neatly tiled together in a video list. Further any of the video can be picked up by the user from the video list for playing in the central video-play area. Concepts used: React props, state, refs system; generating components and passing information back and forth parent and child components; using css grid and other styling elements, using styles from semantic ui; working with an external API; using ES6/ES2015 syantax, arrow functions, resolving promises through async and await; and other finer concepts
All 1 repositories loaded