Programming_For_The_Web_Task_Source
The project has been forked. There are now two flavours, each with more detailed step-by-step instructions for students, using the docs/README.md for easy copying of code snippets.
- Python-based Flask PWA with SQLite3 database and BASH instructions.
- Node.js-based PWA with SQlite3 database and BASH instructions.
Improvements:
- Full documentation with step-by-step instructions in the docs/README.md
- A frontend to backend extension task
- The Node.js version has documented both Node.js and Python SQL data migration to frontend implementations.
- A pre-completed -source version for teachers to test and demo the application and a -template version for students that auto-configures VSCode ready to start coding.