gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

[BUG] Blog not displaying #36

Closed gbowne1 closed 9 months ago

gbowne1 commented 1 year ago

Clicking on the blog button in the nav, if you can hover find it with the hand on the nav bar.

The page as it exists doesn t display.

gbowne1 commented 1 year ago

This also needs json-server and some blog.json data like

{
  "blog": [
    {
      "id": 1,
      "title": "First Blog Post",
      "content": "This is the content of the first blog post."
    },
    {
      "id": 2,
      "title": "Second Blog Post",
      "content": "This is the content of the second blog post."
    },
    {
      "id": 3,
      "title": "Third Blog Post",
      "content": "This is the content of the third blog post."
    }
  ]
}

so that we can create an API for blog posts.

gbowne1 commented 9 months ago

Not sure about the blog page.

JiginJayaprakash commented 9 months ago

@gbowne1 I would like to work on it , Can you please assign it me ?

gbowne1 commented 9 months ago

Ok @JiginJayaprakash I will assign you