Submitted by: Chwoeger Charleston
This web app: Marvel characters and comics dashboard
The following required functionality is completed:
- The list displays a list of data fetched using an API call
- Data uses the useEffect React hook and async/await syntax
- The app dashboard includes at least three summary statistics about the data such as
- name, description, comic price, featured comics, characters
- A search bar allows the user to search for an item in the fetched data
- Multiple different filters (2+) allow the user to filter items in the database by specified categories
The following optional features are implemented:
- Multiple filters can be applied simultaneously
- Filters use different input types such as a text input, a selection, or a slider
Here's a walkthrough of implemented user stories:
GIF created with ClipChamp