This PR implements the functionality to fetch and display Star Wars characters from the SWAPI. It includes a list of characters with individual character cards, a modal for displaying more character details, and styling for the components. The data is fetched using a new service, 'SwapiService', and the components are created in separate files.
Summary of Changes
Created a new service, 'SwapiService', to fetch data from the SWAPI.
Created a new component, 'CharacterList', to display a list of characters.
Created a new component, 'CharacterCard', to display individual character cards.
Created a new component, 'CharacterDetails', to display more character details in a modal.
Modified the main application component, 'App', to include the 'CharacterList' component.
Modified the CSS file, 'index.css', to style the new components.
Please review and merge this PR to add the Star Wars character display and details functionality to the project.
Fixes #2.
š Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
š” To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
PR Feedback (click)
Description
This PR implements the functionality to fetch and display Star Wars characters from the SWAPI. It includes a list of characters with individual character cards, a modal for displaying more character details, and styling for the components. The data is fetched using a new service, 'SwapiService', and the components are created in separate files.
Summary of Changes
Please review and merge this PR to add the Star Wars character display and details functionality to the project.
Fixes #2.
š Latest improvements to Sweep:
š” To get Sweep to edit this pull request, you can: