bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Create Post Component #358

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have implemented a create post component that allow users to create post and render it on the homepage.

BeratDamar commented 1 year ago

You used modal to create post. This was a good idea. A user can upload a image now while creating post. It was one of the our requirements. Therefore, it is also okey. However, there is no backend connection. I guess that you will connect post modal to backend in another PR. I tested to create a post with different data. It works fine. Thanks.