Skip to content

html1101/StudentFit

Repository files navigation

StudentFit

StudentFit

A new agenda that gives priority to what matters: your health.

So what exactly is StudentFit?

  • StudentFit is an agenda written by high school students, for high school students. It provides a way for students to keep up with schoolwork while remaining physically active and promoting memory retention through curated food suggestions.

What features are implemented?

  • Here is a list of the different tools available to users:
    • Home: Describes the purpose of the application as well as how to use it.
    • Calendar: Provides an overview of tests, quizzes, reading, essays, and homework for a student and creates a timeline of upcoming events.
    • To-do List: Allows for viewing upcoming assignments and listing them as completed or not completed(a virtual agenda)
    • Workout Schedule: Provides curated workouts based on upcoming school assignments to enable students to follow a manageable workout schedule.
    • Food Recommendations: Suggests personalized and informative lists of healthy foods customized for upcoming school assignments.

What Languages/Frameworks Does This Use?

  • To be as bloat-free as possible, StudentFit uses no HTML, CSS, or JS frameworks or libraries.
  • The backend is written using Python, with the libraries Pillow and Flask. Read on to make sure all dependencies have been installed on your computer!

Is my Computer Supported?

  • Any computer that can run Python(which can be downloaded here!) can run StudentFit!

How do I Run StudentFit?

  • Start by downloading the folder on GitHub, which can be done here.
  • cd into the directory StudentFit is being held.
  • To download dependencies, use the following command:
> pip install flask pillow
  • Note: if Pip was given a different name in your installation of Pip(eg. py -m pip), replace pip with that name. Keep this in mind as well when running python commands.
  • Now it's time to initialize the localhost server! Run this by executing the following:
> python backend.py
  • Now navigate to localhost:5000/frontend/about.html.
  • Your personalized StudentFit has been created! Ctrl-C within the terminal to terminate the server when you're finished, and use the same process to open the server. Don't worry, your events and assignments will be saved!

That Didn't Work. What Should I Do?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors