adityabisoi / startup-incubator

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

Details of the project got displayed on click #179

Closed Siddhesh777 closed 2 years ago

Siddhesh777 commented 2 years ago

Closes #176

On clicking inside the card, the details of that particular product is rendered Steps followed. 1.Made the GET request to server using '/getSpecificProject/:id'

  1. The id is caught using useParams.
  2. The product is found inside database using findOne operation and then it is send as response to the client.

Screenshots

1

hope you liked the work :)

adityabisoi commented 2 years ago

Nice work!