parthasdey2304 / React-Components

This repo contains all the React Components that I can use anytime as Legos to make a plug and play website.
MIT License
15 stars 18 forks source link

Blogs section component should be there #8

Closed sujal1256 closed 1 month ago

sujal1256 commented 1 month ago

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

image

sujal1256 commented 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?

parthasdey2304 commented 1 month ago

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

parthasdey2304 commented 1 month ago

I am assigning it to you.

sujal1256 commented 1 month ago

I am not fetching data from anywhere, the data is hardcoded so when any user uses this component he can change the values.

sujal1256 commented 1 month ago

About different designs for blogs I am going to make Blogs1.jsx Blogs2.jsx

Is this fine.

sujal1256 commented 1 month ago

Hey @parthasdey2304, I am done with the work should I raise the PR?

parthasdey2304 commented 1 month ago

Sure just go through the Issue description once and follow them.@sujal1256