Skip to content

Demo project using asp.net core 3.0 and XKCD api for displaying the comic of the day and previous comics.

License

Notifications You must be signed in to change notification settings

kairias97/XKCD_dotnetcore_mvc

Repository files navigation

XKCD Demo by Kevin Irías

This app is a comic viewer demo using as source of truth the comics coming from xkcd.

Live Demo

You can access the live demo of the finished app through the following link.

Stack

  • .Net Core 3.0 MVC
  • C#
  • Bootstrap 4

Prerequisites to run the project

  • Visual Studio 2019 version 16.3 or higher.
  • .Net Core 3.0 SDK installed in your machine.

How to run the project

  • Clone this repository to the desired location in your computer
  • cd into the cloned repository
  • Open the XKCDDemo.sln file using Visual Studio 2019
  • Execute Build > Clean Solution
  • Execute Build > Build Solution
  • Finally proceed to run the solution, the XKCDDemo.Web will run since it is setup as the startup project.

License

MIT

About

Demo project using asp.net core 3.0 and XKCD api for displaying the comic of the day and previous comics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published