VTECH BLOG WRITING FRONTEND:

Libraries:

  • React-Router-Dom.
  • Axios.
  • Tailwind CSS.
  • JWT authentication.
  • Redux toolkit.
  • SocketIO.

Features:

  • Create and sign in accounts with email verification.
  • Persists login with refresh tokens.
  • Create, edit and delete blogs.
  • Create, edit, delete, follow personal profile.
  • Create and delete comments.
  • Realtime notifications.
  • Search, sorting blogs.

./src/Socket.ts

const localhostIP = "http://localhost:backendport";