This is a react app, that uses marvel public API to list heroes.
Also, there's a logic implementation to cache all requests and do not repeat them.
# Install the dependencies
yarn
# or
npm install
# Run
yarn start
# or
npm start
Awesome react app with caching, for saving the world from threats & API overloads.
This is a react app, that uses marvel public API to list heroes.
Also, there's a logic implementation to cache all requests and do not repeat them.
# Install the dependencies
yarn
# or
npm install
# Run
yarn start
# or
npm start
Awesome react app with caching, for saving the world from threats & API overloads.