/alura-quiz-imersao-react

Jogue com os seus amigos este quiz sensacional e teste os seus conhecimentos sobre os filmes da Marvel.

Primary LanguageJavaScript

Marvel Films Quiz

Play with your friends this awesome quiz and test your knowledge about the Marvel films.

Stack Tech

  • JavaScript
  • Reactjs
  • Next.js
  • Node.js
  • Npm or Yarn
  • Styled Components

Deploy

This application was deployed on Vercel

Access the project

How to use

Open your Terminal favorite and execute:

npm install`
or
yarn install

To run application locally execute:

npm run dev
or
yarn dev

Enjoy yourself!

What i learned?

  • How to create pages with Next.js;
  • The Component concept of React and how to create it on pages;
  • How to styles the pages with Styled Components;
  • How to do the frontend consume the api on Next.js.