/Matilda_Blog

This blog project is developed in .Net Core. You can find project details and visuals in README.md..

Primary LanguageHTML

MATILDA BLOG

tags: C# Asp.Net Core Blog

📝 Project Content

The blog, which is visualized using HTML and CSS, was created using Visual Studio Code. The project, whose frontend part was completed, was passed to Visual Studio. The following was done at this stage.

2

  • Layouts were created for the Navbar and Footer sections common to each page.
  • Model, Controller structures have been created.
  • The information on the homepage and detail pages was pulled from https://dummyjson.com and the pages were printed using foreachs.

tempsnip 3

  • When the categories on the homepage are clicked, the posts in the relevant category are provided.

Categories