Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.07 KB

Web Development Project 5 - Marvel Scope

Submitted by: Chwoeger Charleston

This web app: Marvel characters and comics dashboard

Required Features

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

Video Walkthrough

Here's a walkthrough of implemented user stories:

GIF created with ClipChamp