Skip to content

juliandiazok/react-marvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel Hero Searcher

Project developed with React using the Marvel API to search for characters.

Authors

Deployment

Web Deploy

To deploy this project run

  npm run build

Tech Stack

React, Redux, Styled Components, React-Router

Functionalities

  • Start with random characters.
  • Search for characters that start with a word in the navigation bar.
  • Search for characters that start with a word by URL (https://react-marvel-steel.vercel.app/?character={characterName}).
  • Ability to add, remove and view favorite characters.
  • Light mode and dark mode of view.
  • Fully responsive page.
  • Character details within a modal.

Problems

For some reason, when implementing redux, the home page and the character search by URL bring up the required elements, and after a second, these are updated by another batch of random elements. This issue is still under investigation.

Support

For any problem, email [email protected]

Run Locally

Clone the project

  git clone https://github.com/juliandiazok/react-marvel

Go to the project directory

  cd react-marvel

Install dependencies

  npm install

Start the server

  npm run start

Screenshots

Home Screen-1

Search in SearchBar Screen-2

Character Details on modal with a Dark Theme Screen-3

Favorites page Screen-4

URL Character Search Screen-5

Responsive Design Screen-6

About

Proyecto de Marvel creado con React para el Bootcamp de LenioLabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published