adityabisoi / startup-incubator

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

adding routing and product description page #24

Closed thakan25 closed 2 years ago

thakan25 commented 2 years ago

I would like to implement product details page which will show product details on a separate page as we click a product from homepage

adityabisoi commented 2 years ago

@thakan25 Sure, go ahead

subhangi2731 commented 2 years ago

@thakan25 please give me updates on this issue

thakan25 commented 2 years ago

@subhangi2731 I implemented the product details page, but was clueless after that since we had no database and we may want to render many things on the product details page like comments, likes, and other details related to that specific product. So I thought furthur enhancement may be possible after database integration. Please do suggest what else can be added.

thakan25 commented 2 years ago

My initial work has been merged though. I am currently working on signup/login feature