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

Vashae explore #516

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

Vashae explore #516

wants to merge 11 commits into from

Conversation

Vashae
Copy link

@Vashae Vashae commented Dec 19, 2024

I successfully integrated a skeleton loading state into the application. Additionally, I implemented a "Load More" button that adds four more NFTs to the existing eight displayed on the screen. This was achieved by attaching an onChange function to the button and utilizing my visibleItems prop to append additional items to the current slice of data.
Furthermore, I implemented a filtering mechanism using the API. I placed the filter criteria into the useEffect where I was calling the API and set the loading state to true at the beginning, ensuring that the filtered results would appear automatically when selected. Lastly, I made the countdown timer reusable across multiple components.
Screenshot 2024-12-19 150934

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