Advice on how to approach small-scale restaurant reservation system

1 day ago 3
ARTICLE AD BOX

First Year CS Student here

I work for a small seafood restaurant business while learning CS on the side and I was thinking about developing a reservation system for them instead of getting them to subscribe to one (plus makes a good side project)

I was thinking about developing a full stack project, however the computer that has the POS system installed cannot access the internet (it does have Chrome installed tho) so I am trying to figure out the best way to deploy this locally

One option I’m considering is building the app as a simple HTML/JavaScript page and running it locally in Chrome. I could move the file between computers using a USB drive store the reservation data using localStorage. Would this approach make sense, or is there a better way to handle this?

Would appreciate the advice, just looking for some guidance :)

Read Entire Article