Skip to content

Ayush0202/NutriGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutrigo

Nutrigo is a single-page application built with React and Vite, and has been deployed on Vercel. It provides users with information about the calories and other nutritional values of their favorite foods.

Features

  • Calorie and nutritional value information for various foods
  • Bar chart visualization for nutritional values

Technologies Used

  • React.js - Frontend Application
  • API Ninja for the nutritional data
  • Recoil.js - State Management in React
  • Chart.js - Visualization of data

Demo

A live demo of the Nutrigo application can be found at here.

Installation

Clone the repository:

# git clone https://github.com/Ayush0202/NutriGo.git

Navigate to project directory:

$ cd NutriGo

Install the dependencies

$ npm install

Create a .env file and add the following

VITE_API_ENDPOINT=
VITE_API_KEY=

Start the development server:

$ npm start