Project information

Main Works

React Web application

  • Implement login and logout functions with Google Authentication.
  • Fetch posts from Cloud Firestore and display them on the posts list page(Home page).
  • Enable logged-in users to post articles on the Post Article page, with the data stored in Cloud Firestore.
  • Enable logged-in users to delete their own posts.
  • Form validation using Formik and Yup.