[JITERA] Add AuthorDetail Component
Created by: kstayner
Overview
This pull request introduces the AuthorDetail component, which is responsible for displaying detailed information about a specific author. This component will enhance the user experience by providing a dedicated view for author profiles.
Changes Explained
-
Created
AuthorDetail.jsx: This new component is designed to fetch and display author information, including their name, biography, and a list of their published works. - Added Prop Types: Implemented prop types to ensure that the component receives the correct data types, improving maintainability and reducing potential bugs.
- Styled the Component: Added basic styling to ensure the component is visually appealing and consistent with the overall application design.
- Integrated with Redux: Connected the component to the Redux store to fetch author data dynamically based on the selected author.
This component will be used in the author profile section of the application, allowing users to view detailed information about authors they are interested in.