Integrate Redux in a Front-end Template
In this project, we will learn to integrate Redux into a React template. We will use fake data to populate our application and use React Hooks to manage the state.
We will start by changing the website’s branding. We’ll update the site name, information, and other content displayed to a user. Next, we will add the user login and registration functionalities to our application using Redux.
After that, we will use the Faker library to generate fake (but reasonable) data for our application. We will categorize our data as free and premium. To fetch and view premium data, a user must purchase a (dummy) subscription.
In the end, we will create separate UIs for the free and premium data fetched from the Faker library.