Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.1 KB

File metadata and controls

44 lines (27 loc) · 1.1 KB

Version 2.0

  • Character Search Bar
  • Character Detail Page
  • Translation In 3 Languages

Search bar example search bar

Translation example translation

Character detail page example detail page

Version 1.0


When the site is entered, the necessary data is saved to the session storage. When the page is re-entered, no load is created on the api.

This is what is meant in the image below.

responsive


An example of the responsive work of the site is the following image.

responsive


If you want to try the project in your local. Download(or clone) the project. Create .env file in home directory and fill it as below.

REACT_APP_API_BASE_URL = https://gateway.marvel.com
REACT_APP_PUBLIC_KEY = < your public api key >
REACT_APP_PRIVATE_KEY = < your private api key >