/Pokedex

Example .NET Core API with Blazor.

Primary LanguageC#

Pokedex

Example .NET Core application which works like Pokedex from Pokemon anime.

API Swagger API Screen

Blazor App Blazor App Screen

Usage

# Api documentation
https://localhost:xxxx/swagger/index.html

Prerequisites

Technologies used

  • ASP .NET Core 2.2.0-preview3
  • Blazor & Blazor Server 0.7.0
  • Swagger & NSwag 12.0.0

DONE

  • FEATURE: details component
  • FEATURE: search by id component and style
  • FEATURE: add paging to list
  • FEATURE: remove pokemon component
  • BUG: problem with binding parameter Id to remove action

TODO

  • IMPROVEMENT: add repository pattern
  • FEATURE: add views and redirecting between views
  • FEATURE: add redirect on click from pokemons list to pokemon details
  • FEATURE: add pokemon edit component
  • FEATURE: images for all pokemons
  • IMPROVEMENT: improve styling
  • FEATURE: create one page view with all components