Hack to Home Screen Repository
Visit https://todo.pwapilipinas.org for the deployed version of this app
Merged PR are automatically deployed using GitHub actions to https://todo.pwapilipinas.org
We are doing a very simple to-do Progressive Web App. In the end of Hacktoberfest, we should be able to create a PWA To-do app with offline capability through the use of a service worker and manifest.
Clone this repository
git clone https://github.com/pwa-pilipinas/hack-to-home-screen
Install the necessary dependencies
npm install
Run the server
npm start