Skip to content

juriadams/nezio

Repository files navigation

NEZIO

nezio is a web client for the well known calorie and nutrition tracking app YAZIO.

Made and maintained with 💚 by @4dams – Juri Adams

Preview

preview

Disclaimer

This project is still under heavy construction and currently serves more as a proof of concept.

Features

  • Display User Profile
  • Display Calorie Goals
  • Display Nutrition Goals
  • Display Different Meal Types
  • View Food Items in Meals
  • Search Food Items
  • Add Food Items to Meals
  • Create new Food Items
  • ... other features from the YAZIO app

Getting Started

1. Clone this repository

git clone git@github.com:4dams/nezio.git nezio

2. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

4. Create .env.local

You need to create a file called .env.local in the project root. This file has to contain the following two environment variables:

YAZIO_EMAIL="email@domain.com"
YAZIO_PASSWORD="sTrOnGeRtHaNtHiS"

4. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Disclosure

This project has nothing to do with the actual YAZIO app.

I have been using their mobile app for more than three years now and have always wanted a web client to track my nutritional intake.

If anyone from YAZIO is reading this and you would like me to take this project down, feel free to reach out to me. 🤙🏻

About

🍎 A web version of YAZIO, an app for Healthy Weight Loss & Eating

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published