Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 824 Bytes

File metadata and controls

11 lines (6 loc) · 824 Bytes

This code provides a basic structure for the "Time2Learn" K-12 learning app.

The HTML file includes the necessary elements for the portal login/create account functionality using PyScript. The SASS file (styles.scss) defines the styles for the app, and the JavaScript file (app.js) handles page loading, transitions, and dynamic interactions.


The Python code within the tags handles the login and account creation logic. You can expand upon this code to include the quiz generation, practice lessons, randomizing questions, and tracking of user progress.


Remember to compile the SASS file into CSS and link it properly in the HTML file. Also, make sure to include the necessary JavaScript code for handling page transitions, dynamic interactions, and any other required functionality.