usanli / SWE573

SWE573 Project: NameThatObject Repository
http://namethatobject.com
0 stars 0 forks source link

Fetch and Display Posts #19

Closed usanli closed 4 hours ago

usanli commented 4 hours ago

Create a PostList component to fetch and display posts from the Django API.

usanli commented 4 hours ago

Create PostList.js and configure Axios to fetch posts. -done Display the list of posts on the main page. -done