icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
54 stars 64 forks source link

Local storage abstraction #889

Closed MinhxNguyen7 closed 2 months ago

MinhxNguyen7 commented 6 months ago

Instead of pulling up localstorage with a magic value every time, which is annoying and error-prone, we should abstract everything behind a layer, either in one class or in a store for each group of local storage values.