adityabisoi / startup-incubator

A website for showcase products pre-release
GNU General Public License v3.0
20 stars 33 forks source link

Bug report : view more option in home page #93

Closed Siddhesh777 closed 2 years ago

Siddhesh777 commented 2 years ago

Describe the bug Every time user add new product it gets displayed in homepage. If lots of products gets added then the website won't look proper. To get rid of it, we can use useState hook and set its initial value to the the number of products we want to display. The we can create a button view more just below it, which on being clicked will display the next products.

Screenshots 2

Additional details I am contributor at gssoc'22 Please assign this issue to me.