This application is a basic frontend client to demonstrate the use of cookies in a web application.
To get started, clone the repository and run the following commands:
# Install dependencies
pnpm install
# Start the application
pnpm dev
To build the application for production, run the following command:
pnpm build
This application is to be paired with the Cookie Jar application. The Cookie Jar application is a backend server that issues cookies to this application, and it also provides API to destroy and test out the cookies.
This project is licensed under the MIT License - see the LICENSE file for details.