Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsuton00/marvel-search

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.
https://github.com/jsuton00/marvel-search

localstorage marvel marvel-api marvel-characters react redux redux-saga search search-app web-application

Last synced: 27 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Marvel Search App

## About the Project

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.

## How to Use the App

1. Start the app - npm start
2. Start typing inside of the search bar on top of the main interface (e.g. Spider Man, Iron Man...).
3. 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.
4. Click a card to select a character and bookmark it. The bookmarked character will be stored in the app's local storage.
5. 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.

## Live Preview

- Vercel: https://marvel-search-jsuton00.vercel.app/