bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
31 stars 68 forks source link

Feat (frontend): Added logout functionality #37

Closed Pratik2026 closed 1 year ago

Pratik2026 commented 1 year ago

Overview

  1. This PR fixes or fixes part of #29 .
  2. This PR does the following: It adds a menu bar in Profilecontainer. The menu bar includes two options: "View Profile" and "Logout". When the user selects the "Logout" option, a request is sent to the server. The server then clears the cookies associated with the user, effectively logging them out of the application.

Essential Checklist