a dashboard for the logined user to view all his/her blogs (pending,approved,rejected) and a button to create a new blog. The page will have a component and a button - [ ] A component to display all the blogs created by the user. Use `/blogs/getAll` and apply filter on `blogs.createdBy` - [ ] First create a static component and ensure it's responsiveness - [ ] Integrate the routes to make it dynamic - [ ] After selecting a post, user will be directed to #30 - [ ] Create Post button to create a new post, will direct the user to #28
a dashboard for the logined user to view all his/her blogs (pending,approved,rejected) and a button to create a new blog.
The page will have a component and a button
/blogs/getAlland apply filter onblogs.createdBy