/chargebee-task

A Simple Event Manager which works on Cookies and SessionStorage

Primary LanguageVue

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