# Description Create a page that fetches and displays characters from the Rick and Morty REST API. Each character should be presented using a reusable `CharacterCard` component containing relevant character information. # Done when - [x] `CharactersPage.tsx` is created in `src/pages` - [x] `CharacterCardSmall.tsx` is created in `src/components` - [x] `CharactersPage` fetches characters from the Rick and Morty API - [x] Each fetched character is rendered using the CharacterCard component - [x] The character card displays the character’s image and name - [x] Loading and error states are handled