BarneyShi / Team1-VanHouse

CPSC455 course project.
0 stars 1 forks source link

Add Post NewPost and PostCollection components #3

Closed NaithanB closed 3 years ago

NaithanB commented 3 years ago

Hey everyone, Here are basic versions of the Post and NewPost components. I also added a PostCollection component to hold all the individual posts and the create button.

VanHousePostCollection VanHouseNewPost VanHouseMobile

The last image is of the PostCollection component when the screen width is small. Thanks for the tip about using bootstrap @BarneyShi ! The NewPost form is way nicer looking because of that. I left some things unimplemented for now. Mainly just functionality that relies on other components such as hiding the create button when we're not logged in. Let me know if you notice anything I've missed or if you see any issues. Hope you're having a nice weekend!

BarneyShi commented 3 years ago

@NaithanB This looks awesome! 🎉

NaithanB commented 3 years ago

Thanks! No worries, @parksj23!