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

feat: added the ListSearchComponent #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kristinetuazon
Copy link

This PR partially resolves issue #45.

In this PR I have created a main component called ListSearchComponent in the components folder. ListSearchComponent has the following components in it:
-ListModal (main container of the component)
-ListGrid (controls how the cards are laid out on the component)
-ListCard (how the information is being rendered)
and their corresponding stylesheets

I created the component apart from the codebase initially, thus its lack of interconnectivity. However, this component should be developed alongside with the filter component and its features. Since the filter system is non-existent, I focused on styling instead of any functionality at this point.

Other things to work on:

  • This component is optimized for the mobile version of the web app. A responsive web app version still needs to be made.
  • Rendering of all the necessary information is still not available in the card component.
  • Having the component itself properly integrated into the application alongside using the code style of the code base.

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