create a project using Next.js, interact with an API, and display some information from it. This API will mimic real-world conditions, please code accordingly.
Budget: $10 – $30 USD
API Endpoints
List Entries
https://www.bigcommerce.com/actions/bcCore/interview/getShowcaseEntryIds
Entry
https://www.bigcommerce.com/actions/bcCore/interview/getShowcaseEntryById?id={entryId}
Expectations
Create a listing page to display all returned entries using the data as you see fit
Paginate the results
Style the results - use your own judgment, we are not asking you to match a design file
Everything should work
Provide instructions on how to run your application
List Entries
https://www.bigcommerce.com/actions/bcCore/interview/getShowcaseEntryIds
Entry
https://www.bigcommerce.com/actions/bcCore/interview/getShowcaseEntryById?id={entryId}
Expectations
Create a listing page to display all returned entries using the data as you see fit
Paginate the results
Style the results - use your own judgment, we are not asking you to match a design file
Everything should work
Provide instructions on how to run your application