Skip to content

ohadstoller/keto-app

Repository files navigation


Keto App

Log your meal, using free speech analysis, and discover your macros :)

ScreenShot

Built With

Installation

  1. Get a free API Key at https://developer.nutritionix.com

  2. Clone the repo

    git clone https://github.com/[your_username]_/keto-app.git
  3. Install NPM packages

    npm install
  4. Enter your API keys in services/config.js

     export const YOUR_APP_ID = '[your app id]';
     export const YOUR_API_KEY = '[your api key]';
  5. Run development mode

     npm run dev
  6. Build

     npm run build

(back to top)

Roadmap

  • Add macros analysis
  • Add loader and error allerts
  • Add auto suggestions
  • Add carbs limit alert
  • Make a chrome app

(back to top)

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Ohad Mark Stoller - @ohadstoller - ohadstoller@gmail.com

Project Link: https://github.com/ohadstoller/keto-app/

(back to top)

Acknowledgments

Many thanks to Hosein Pouyanmehr, for his MUI themplate, for better themes handling**. You can check his projects below:

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published