Skip to content

Find information about your favourite Marvel character in this simple webapp — with the power or Marvel's API

Notifications You must be signed in to change notification settings

angelod1as/marvel

Repository files navigation

MySuperHero

This simple webapp was made as a test for a job interview.

It uses Marvel's API to show you a searched hero information.

See it live clicking here

Technologies used

  • Typescript
  • React
  • Styled Components - CSS-in-JS in it's best form
  • Next.js - a React Framework that renders pages statically on build then caches new requested pages on-the-go. It also offers an API capability that makes Marvel API work like a charm.
  • Vercel - hosts the website and powers up Next functionalities
  • Eslint & Prettier - code pattern enforcing

How to run

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Find information about your favourite Marvel character in this simple webapp — with the power or Marvel's API

Topics

Resources

Stars

Watchers

Forks