Closed sujal1256 closed 1 month ago
@parthasdey2304 there are many designs out of which one is there in the issue description, so should I create a "Blogs" folder in the src folder and keep the blog section designs in the folder or directly add different design files for blog section in "src" folder itself?
You can add a Blogs.jsx
component that would fetch blogs from an API and show them in a <div>
and add that in the components/
directory. I am going to update the directory structure after this so I would do it myself you need not worry about it. @sujal1256
I am assigning it to you.
I am not fetching data from anywhere, the data is hardcoded so when any user uses this component he can change the values.
About different designs for blogs I am going to make Blogs1.jsx Blogs2.jsx
Is this fine.
Hey @parthasdey2304, I am done with the work should I raise the PR?
Sure just go through the Issue description once and follow them.@sujal1256
I think a component that can list all the blogs for the company will be of great use.
Below is an example of the blog section