Project Overview
Our team decided on a webstie based on fitness, since many people are becoming more and more interested in their health since diabetes is becoming a problem. By exercising, eating healthy, sleeping, and keeping track of daily habits, people will be better able to take care of tehmselves and their lifestyles. While we originally thought about a Star Wars or Taylor Swift theme, we thought fitness wold be more helpful, and were able to collaborated on the website and help others.
Planning stages Issue: Planning
Wix Page Setup: Wix page
My Feature
Using the login featues provided in class as a reference, I created a sleep funciton to help people keep track of their sleep scheudle and maintain their health. By inputting the amount of sleep they got, they can see the related data that is kept in the backend. By helping people improve their sleep schedules, I can keep them accountable for their own health, leading to happier users. The clause in teh database about sleep disorders can also help people feel less alone in their problems, and support the community while also improving people’s health. This funciton, in conjunciton with the funcitons of the team, help people live their best lives, improving their overall health with a fun website.
The feature itself asks users to input how much sleep they got, and then presents a table with people who got a similar amount of sleep, along with a reminder or encouragement to maintain a healthy sleep scheudle. People can also add their own information to the database to help other users.
Timeline
CollegeBoard Requirements - Program Code
College Board | Me |
---|---|
Instructions for input from one of the following: the user, a device, an online datas stream, a file. | |
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. | |
At least one procedure that contirubted to the program’s intened purpose where you have defined: the name, return type, one or more parameters: | This function is named SleepByDuration, and gets certain data based on the sleep duration parameter, and returns it in a json format |
An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure | Uses a for statement to iterate over each item in the items array. Uses sqeuencing to load the data DisplayItems also uses selection |
Calls to your student-developed prodcedure: | |
Instructions for output (tactile, audible, visual, or ) based on input and program functionality |
CollegeBoard Requirements - Video
College Board | Me |
---|---|
Input to program | Is shown in video |
At least one aspect of the functionality of your program | Data produced when the page loads |
Output produced by program: | Sleep facts based on user data |
My video does not have: | voice narration |
My video is | Less than 1 min in length |