course content

Course Content

Introduction to Redux

Adding CSS StylingAdding CSS Styling

Now that most of the functional part of the application is done. We can add some CSS styling to make the app look better.

We will create a new index.css file and import it into index.js.

With some adjustments in index.js, we will assign the relevant IDs and classes.

Now the app should look something like this:

Section 4.

Chapter 8