Skip to content

Template repository for a guided development task for students to build their first PWA to the W3C standard using node.JS and SQLite3 for the backend.

License

Notifications You must be signed in to change notification settings

LHowe-a11y/NodeJS_PWA_Programming_For_The_Web_Task_Template

 
 

Repository files navigation

Australian Public Holidays 2025 PWA Architecture

Submission for PWA task

I am unsure how well this will run on Windows computers, it runs on MacOS and will probably run on most Linux machines. This is also the code and architecture for a PWA, not the Progressive Web Application itself, as this codebase is not permanently hosted on any webserver so to test it you must run the built-in Node.js webserver and access the locally hosted website.

To run the web server, run 'newindex.js' with elevated permissions (if it breaks try manually installing the nessecary node modules under dependencies in 'package.json'). For bash (including zsh and probably gitbash) try 'sudo node newindex.js' while in the root folder.

About

Template repository for a guided development task for students to build their first PWA to the W3C standard using node.JS and SQLite3 for the backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.7%
  • HTML 27.5%
  • CSS 15.9%
  • EJS 13.9%