Skip to content

WeilerWebServices/Time2Learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.