A horrible name! What the heck is a Project Sunday? Well, it's merely a catch-name for a project I decided I was going to build on a ...wait for it... Sunday!
Inspired by another project of mine, the sticky notes... this project is similar, except that it uses session storage for the persistance instead of putting the stuff in an array. Well, technically, I guess it still uses an array, but the array is the session super-global instead of a regular old variable that doesn't persist.
Why would that be necessary you might ask? Well, it gives the data more persistence, for one. You can refresh the page on Project Sunday and the information will still be there.
In short, I just wanted to do it because I thought it would be cool.
It is also different than the stick-it-to-me project because it is a different data set that's being used. This is more like invoice items, with a price and quantity that calculate out to a subtotal.
Future Tweaks:
I'm working on a couple other things right now, so as it is the 'future tweaks' will have to wait.
due | done | description |
---|---|---|
3/17 | Start Project | |
3/17 | 3/17 | Finish Project |
3/24 | 3/24 | Gold plate, shine the penny |
-- | -- | Next Project! |