Skip to content

A Simple Event Manager which works on Cookies and SessionStorage

Notifications You must be signed in to change notification settings

prajjwaldimri/chargebee-task

Repository files navigation

chargebee-task

forthebadge forthebadge

How this all works?

  • The users and their events are stored in cookies so they persist for some time.

  • The session of a user is stored in sessionStorage which only persists to one tab at a time.

  • Opening this website on multiple tabs with different logins will simulate multiple users.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

About

A Simple Event Manager which works on Cookies and SessionStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published