FavoriteGirl / blog-app

0 stars 0 forks source link

Setup Tailwind and React Router Dom #2

Open mickeymond opened 2 months ago

mickeymond commented 1 month ago

@FavoriteGirl Your pages will be the following

  1. SignUp
  2. SignIn
  3. Home (all blogs will be displayed here)
  4. BlogDetail (clicking on a blog item on the Home page will bring you here)
  5. AddBlog (a form that will be filled and posted to the Backend)
FavoriteGirl commented 1 month ago

Got it!

But kindly run me through how to go about it. Thanks