Skip to content

NextJs application to generate questions related to Pokemon and create a polling service from them

Notifications You must be signed in to change notification settings

SandroMaglione/nextjs_pokemon_polling_service

Repository files navigation

PokePol

Single-page application that uses 2 public APIs to build a Pokemon polling service.

  1. Polling API: The Documentation for the API is available at http://docs.pollsapi.apiary.io/
  2. Pokemon API: The Documentation for the API is available at https://pokeapi.co/

The application is built using NextJs. Following a list of packages and libraries used in the project:

Features

  1. Users can see the latest questions available on Pollsapi
  2. Users can create a new question
    • It is a pokemon-based question
    • Users can provide a pokemon name for which a question should be generated or generate a question for a random pokemon (Every question has 4 choices)
    • The user can view a preview of the generated question
    • User can submit the question to the Pollsapi

Made by Sandro Maglione: