This project was bootstrapped with Create React App.
- Install Node LTS
- Install yarn
- Install Git
- Fork this repo
- Get a Marvel Developer API Key
- Add localhost referrer in your Marvel Developer Portal and save
- Edit apiKey.js with your Marvel public API key
Design an app that meets the following requirements. You are free to explore your creativity to design a UX/UI you see fit.
- Form to search characters by name, comics or series
- At least one of those fields is required for a search
- Display a list of thumbnails of characters with their name
- Clicking on the thumbnails should list comics the character is in
- The comics list should have the Title, Thumbnail, ISBN, Price and on-sale-date formatted to mm/dd/yyyy
- Both the character and comic lists allow filtering by name, or title, date or price respectively
** Note: all lists should have a max of 25 elements
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
- Create React App (tool for creating and managing react apps)
- React (library for building UI)
- Jest (test runner)
- Axios (optional HTTP request client)
- Bootstrap (optional css framework)
- React Testing Library (optional testing library)
** Note: optional libraries can be replaced