Skip to content
/ pillx Public

The cross-platform PillX medication tracking app

Notifications You must be signed in to change notification settings

fzmi/pillx

Repository files navigation

PillX

PillX is a medication information and tracking app written in React Native, TypeScript & Expo.

runs with expo

Installation

First, make sure your computer has Yarn and git installed.

Then, clone the repository by running the following command:

git clone https://github.com/fzmi/pillx.git
cd pillx

Next, install the Expo CLI and project dependencies:

yarn global add expo-cli
yarn install

If the first command encountered permission issues, run sudo yarn global add expo-cli instead and then enter your computer password when prompted.

Finally, host the project locally by running:

expo start

Contributing

See React Native documentation and Expo documentation