Seneca-CDOT / my-photohub

Making it easy to share your photos using GitHub Pages
BSD 2-Clause "Simplified" License
14 stars 13 forks source link

Create a PWA UI for accessing the service #4

Closed humphd closed 1 year ago

humphd commented 1 year ago

The main way of interacting with My Photohub will be a web page. Specifically, a Progressive Web App (PWA) that users can install to their phone or computer.

It probably makes sense to create this using React and one of the various React frameworks (next.js, create-react-app, etc)

batunpc commented 1 year ago

Hey @humphd, I would like to tackle this!

batunpc commented 1 year ago

I am working on this and have questions regarding PWA. Currently I have react app running on localhost but I'm not sure how to install it as PWA through localhost as the app is not hosted.