A React app built on top of Marvel API which enables users to search for their favourite Marvel characters and bookmark them inside the app.
- Start the app - npm start
- Start typing inside of the search bar on top of the main interface (e.g. Spider Man, Iron Man...).
- The search results of characters should be displayed on the screen - the search results are shown in the form of simple cards with an image and name of a Marvel character.
- Click a card to select a character and bookmark it. The bookmarked character will be stored in the app's local storage.
- The bookmarked characters will be shown on the screen once you have relaunched the app or have not entered anything into the search input field.