Skip to content

josephinelee1234/P01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Breakbuddy(TM) by Softlocked Ducks

PM Eric Guo - Front-end (Bootstrap, HTML)
Michael Borczuk - Back-end (Flask, API linking)
Josephine Lee - Back-end (Flask, API linking)
Yoonah Chang - Front-end (Bootstrap, HTML)

Description

The Breakbuddy(TM) is designed to be used whenever someone is doing work. To prevent overworking or working continuously without a break, The Breakbuddy(TM) will alert the user after a certain amount of time working that they should take a break. After the user accepts the much needed break, The Breakbuddy(TM) will display images from Harvard Art Museums, along with jokes and fun facts on top of them to provide some slight entertainment for the user as well.

APIs Used

Launch Codes

Clone Repository

Clone this repository to your computer with https link:

$ git clone [email protected]:EGuo2004/P01.git

Set up a Virtual Environment

  1. Create a virtual environment
$ python3 -m venv <path_to_virtual_environment>
  1. Activate the virtual environment
$ . <path_to_virtual_environment>/bin/activate

Install Libraries Contained in requirements.txt

(<venv_name>)$ cd <path_to_P01>
(<venv_name>)$ pip3 install -r requirements.txt 

Run Program

(<venv_name>)$ cd <path_to_P01>/app
(<venv_name>)$ python3 __init__.py

Launch Site

Go to http://127.0.0.1:5000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.5%
  • HTML 39.1%
  • CSS 3.4%