Giter Site home page Giter Site logo

nutrition-advisor-web-example's Introduction

Passio Nutrition AI Advisor Demo

This project, nadvisor-chatui, is a React-based chat UI demo for the Passio Nutrition Advisor. It leverages modern web technologies such as React 18, TypeScript, and TailwindCSS. Configured to run with Node.js v19.2.0, this demo includes scripts for building and deploying environments in both development and production modes.

Prerequisites

  • Git
  • Node.js (v19.2.0)
  • npm (comes with Node.js)

Setting Up Node.js with nvm

To use the specified version of Node.js, install and use Node.js v19.2.0 via nvm (Node Version Manager):

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
# or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

# Restart terminal and install Node.js v19.2.0
nvm install 19.2.0
nvm use 19.2.0

Getting Started

Clone the Repository

Clone this repository to your local machine to get started:

git clone https://github.com/Passiolife/nutrition-advisor-web-example.git
cd nutrition-advisor-web-example

Setup Environment

Create a .env.development file in the root directory of the project (.env.example provided) and enter your license key:

REACT_APP_LICENSE_KEY="your license key here"

Replace "your license key here" with your actual license key.

Install Dependencies

Install the necessary dependencies by running:

npm install

Start the Application

Start the application locally:

npm start

This will launch the application on http://localhost:3003. Enjoy exploring the Passio Nutrition AI Advisor!

nutrition-advisor-web-example's People

Contributors

aebranton avatar

Watchers

Richard Starson avatar

nutrition-advisor-web-example's Issues

Improve designs to include side panel and profile

The side panel will show a series of steps for checking in with users on specific goals
The profile will show the current user information
Both of these panels can be dynamic and change based on the chat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.