akhil-aggarwal / cookie

This is a demonstration website on how internet cookies work.
https://akhil-aggarwal.github.io/cookie/
GNU General Public License v3.0
7 stars 18 forks source link

Added Reset Cookie functionality #34

Closed Rutuj-Runwal closed 2 years ago

Rutuj-Runwal commented 2 years ago

Reset cookie functionality is added. Now the user can click on the "Reset Cookies" button to remove the cookies and make the website reset to its original state.

In reference to issue no #29

Demo link: https://drive.google.com/file/d/1y0Oy9Nx0OidE6gOFbcYzqdEJcc_0QRfZ/view?usp=sharing

akhil-aggarwal commented 2 years ago

Please correct the alignment of the button. Also, see if we can place the button somewhere else although its optional.

Rutuj-Runwal commented 2 years ago

@akhil-aggarwal I have corrected the alignment of Reset Cookies button and added a confirmation dialog before resetting the cookies. image