This simple webapp was made as a test for a job interview.
It uses Marvel's API to show you a searched hero information.
- 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
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.