Features
Thoughout this trimester there are a couple of pages I have been working on. I have created a login/signup page, a home page, and a book catalog.
CB Requirements
Instructions for input from one of the following: the user, a device, an online datas stream, a file.
The input would be the user for this page. The login action by the user triggers the homepage with its features that then can use after logging in, initiating a interaction between the user and the system.
Use of at least one list (or other collection type) to represent a collectino of data that is stored and used to manage program complexity and help fulfill the users purpose.
An example of a collection of data would be the data being stored in the backend. A collection of data is being stored in SQLITE3 database tables. It has the data for teh users to be able to log in and access the pages.