Skip to content

jasonkarma/codeY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeY

This project is a Health and Fitness Tracker that allows users to log workouts, track goals, and monitor their daily calorie intake.

Features

  • User authentication
  • Workout logging
  • Goal tracking
  • Calorie tracking

Getting Started

  1. Clone the repository.
  2. Install the required packages using pip install -r requirements.txt.
  3. Run the application with python app.py.

Review Your Progress Go through the project files on GitHub to: Verify the folder structure (e.g., static, templates, backend logic). Ensure all necessary dependencies are listed in the requirements.txt. Check for placeholders or missing elements that might need refinement. 2. Test the App Locally Clone the repository: git clone https://github.com/jasonkarma/codeY.git cd codeY

Create a virtual environment: python3 -m venv venv source venv/bin/activate # Use 'venv\Scripts\activate' on Windows

Install dependencies: pip install -r requirements.txt

Run the Flask app: flask run Open the app in your browser: Visit http://127.0.0.1:5000.

  1. Share and Collaborate If you'd like feedback or contributions, share the GitHub link with others. You can also enable GitHub Issues for tracking bugs or enhancements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published