chrisjwaddell / cookies-guide

An in depth interactive HTTP cookies guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookies Guide

This is an interactive Cookies Guide that helps you understand how cookies work. As you go through this Cookies Guide, there are buttons you can click that tell you the cookie it creates and you can see the cookie being added in the brower by looking at the console Network tab. There is an Express server file that runs in the background to help with this interactive guide.

To get started

  1. Clone this repo.
  2. Run the Express server file by typing in npm run server in a console.
  3. If you use a web server within VS Code, it's already configured to port 25051, if instead, you use a different web server, please use port 25051.



A screenshot sample:

About

An in depth interactive HTTP cookies guide


Languages

Language:HTML 82.3%Language:JavaScript 12.2%Language:CSS 5.5%