In an effort to learn React, Redux and TypeScript, this is Youtubx, a simple Youtube client
(https://faouzioudouh.github.io/youtube)
It is built using React and Redux with Youtube API. It is developed with webpack and react-hot-loader and written with babeljs with the help of eslint.
See it in action at faouzioudouh.github.io/youtube
The intent of this project is to solidify my experience with these technologies and perhaps to inspire other developers in their journey with React and Redux.
- clone this repo and run the server to confirm it is actually working
- edit a react component or a css style, and see the updated app as you save your changes!
yarn
yarn run start
visit http://localhost:3000
This project is in its earliest stages! Contribution, Feedback, issues, etc. are more than welcome!