bounswe / bounswe2024group8

6 stars 1 forks source link

FE - Make the home page display gallery and discussion posts #231

Closed deniz6221 closed 1 month ago

deniz6221 commented 1 month ago

Issue Description

Initialize a gallery and a discussion post interface. Create dummy objects and 3d models at first, use useEffect to store the dummy data into a state. Display them using array.map().

Issue Due Date

19/10/2024 23:59

Reviewer

@deniz6221

Revision Due Date

19/10/2024 23:59

erselcanakcili commented 1 month ago

Added gallery post component and created feed.

erselcanakcili commented 1 month ago

Additionally, I've added the feature to display 3D objects.

deniz6221 commented 1 month ago

Added feed tabs and discussion posts. Category links are now functional. Sidebar improved and now displays the current category.

deniz6221 commented 1 month ago

The feed is currently functional, closing this issue since the initial implementation is done