/SevenDaysOfCodePoke

Desafio Alura 7 days of code

Primary LanguageC#

7DaysOfCode


Topics

Introduction

This project aims to consume the Pokémon REST API (PokéApi), using the C# language. The ultimate goal is to allow the user to choose a Pokémon to have as a pet, similar to a tamagotchi.

The PokéApi provides a wide range of information about Pokémon, such as their name, abilities, stats, types, and more. Through this API, our program will be able to obtain a list of Pokémon and display it to the user, allowing him to choose one of them to become his virtual pet.

When selecting a Pokémon, the user will be able to interact with its virtual pet. This interaction will be implemented using the resources of the C# language.

We hope this project will provide a fun and interactive experience for Pokémon fans, allowing them to relive the excitement of having a virtual pet.

Built with

  • C#
  • .NET Framework
  • PokéApi
  • JSon
  • Swagger
  • Visual Studio

Day 1

  • Create C# code that executes an HTTP GET request;
  • Run the request and get the response (the JSON);
  • Print the result to the console.

Day 2

  • Parse the Json response and extract each Pokémon characteristic.
  • Display Json response in an organized way.

Day 3

  • In progress.

Getting Started

Installing

  • Clone the repo
   git clone https://github.com/BrunaGPires/PokemonDaysOfCode.git

Executing program

Devs


Bruna Pires