Skip to content

dave-vazquez/rn-nutrition-tracker

Repository files navigation


NutriJournal

Report Bug  |  Request Feature

Table of Contents

  1. Getting Started
  2. Built With
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

Getting Started

Prerequisites

This application was built using Expo, a framework and platform for the development of universal React applications, containing a set of tools and services built around React Native and native platforms.

To run this application locally on physical device or simulator:

  • Install the Expo-CLI
    npm install --global expo-cli
    
    or
    
    yarn add global expo-cli

To run this application on a physical device:

To run this application on Android emulator

To run this application on iOS emulator

Installation

  1. Clone the repo:
    git clone https://github.com/dave-vazquez/rn-nutrition-tracker.git
  2. Install packages:
    yarn install
  3. Launch the development server (Expo's Metro Bundler) in your browser:
    yarn start
    
    or
    
    expo start
  4. To run on physical device:
    • Choose LAN to connect your device via Wifi (reccomended for faster reloads)
    • Choose Tunnel to connect your device via USB
  5. To run on iOS simulator:
    • Open XCode
    • Select "Run on iOS simulator" from the Metro Bundler server
  6. To run on Android simulator:
    • Open Android Studio
    • Create a new Simulation Device
    • Select "Run on iOS simulator" from the Metro Bundler server

Built With

Client

Server

Roadmap

See the list of open issues or project board for a list of proposed features (and known issues).

Contributing

All contributions to this repo are encouraged and greatly appreciated:

  1. Clone the respository
  2. Create a new feature branch git checkout -b feature/new-feature
  3. Commit your changes git commit -m 'commit description'
  4. Push to branch git push origin feature/new-feature
  5. Open a new Pull Request

License

Distributed under the MIT License.

Contact

David Vazquez - davidmvazquez1@gmail.com

About

A mobile application built with React-Native that helps users track the foods they eat, quickly look-up nutritional content of food items, set weight goals, and manage daily progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors