Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week3 #13

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Week3 #13

wants to merge 4 commits into from

Conversation

noushinjalali
Copy link

This pull request includes the implementation of several tasks for Week 3 of the React project:

Added PlanetWishlistItem.js component:

This component represents an item in the user's wishlist.
Includes functionality for rendering planet details (name, thumbnail).
Added a "Remove" function to handle item removal from the wishlist.
Added PlanetCard.js component:

Represents a card component that displays detailed information about a planet (name, image, description).
Resolved Missing File Issues:

Implemented missing wishlist.module.css and planetcard.module.css for proper styling of the newly added components.
Bug Fixes and Cleanup:

Fixed module import issues that were causing the application to fail.
Cleared the cache errors and ensured the app runs smoothly.
Testing:
The new components were successfully integrated and tested locally.
The application now renders the wishlist and the planet cards without errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant