This file contains a description about all the workshop steps.
We are going to use create-react-app to start a new React project. The package manager we will use is yarn.
In this step we will create the basic folders and files for our application. We will also create our first snapshot using Jest.
We will display a list with the most popular TV Shows. The data will load from tvshows.json.
We will fetch data from themoviedb.org database and implement a search by show title.
We will convert the state to use Redux.
We are going to implement a basic router with two main routes, the browser and the show details.
We will create a page to display TV Show details.
We are going to add the functionality to save a tv show to favories.