so2niko-students / react-group-project

react group project
0 stars 0 forks source link

Create and Render the AddPost Component #10

Open so2niko opened 2 weeks ago

so2niko commented 2 weeks ago

Implement the AddPost component, where users can create new posts. Add basic form elements (e.g., input fields for the title and content) as placeholder content. Integrate AddPost within the App component and verify that it renders correctly.