matthewcm / crypto

0 stars 0 forks source link

EPIC: Front end Market summaries and search #41

Closed matthewcm closed 1 year ago

matthewcm commented 1 year ago

This epic focuses on fetching the REST GETTERS endpoints developed in the previous epic in the React client, rendering a currency market summary section, and implementing a search tab feature that allows users to search and fetch specific currency details. Additionally, a model will be defined to facilitate easy serialization and deserialization of the data.

Tasks

1. Define a model for easy serialization and deserialization

2. Fetch the market summaries endpoint in the React client

3. Render the currency market summary section

4. Implement the search tab feature

5. Integrate the search tab feature with the currency market summary section

6. Integrate with Auth0

Acceptance Criteria