React Vimeo uses React/Redux to display channel information.
Live Demo: https://lavioli.github.io/vimeo-react/
- Each result generates the thumbnail, number of likes, number of plays, and comments, and the title
- Clicking the "Read More" button will direct the user to watch the video, and further information such as the description of the video and the tags information are displayed.
- Once the repo is cloned, run
npm install
to install all packages. - To run, type
npm start
on localhost:3000
- Make sure the "homepage" in
package.json
refers to correct github-pages link. npm run deploy
npm run test
Made with <3 by Lavie