This web app allows the users to search and find information on their favorite superhero or villian. The information on all characters are not provided by me but by the SuperheroAPI. The api does not gurantee all comic book heros or villians will be searchable.
npm clone https://github.com/AbrahamLara/superhero-searchcd superhero-search- Create a
.envfile in the root directory of this project- In this file include:
SUPERHERO_API_KEY=YOUR_API_KEY
- In this file include:
npm installnpm run dev