/fillet

:whale: Client for event tracking, rating and prioritizing application.

Primary LanguageJavaScript

fillet

Coverage Status

Event tracking, rating and prioritizing for your event going pleasure.

🏃 Getting Started

You'll need Node & NPM and Yarn. To view the app on your phone during development, download Expo. To view linting info in your editor, install ESLint in your editor of choice (search "eslint" in the extensions section).

👷 Development

Install dependencies.

yarn install

Start the app. (Follow the directions in the terminal to view it on your phone.) After running, you can edit and save source files and the changes will be hot-reloaded to your device.

yarn start

Run tests.

yarn test

Adding a new screen

Create a component in views implementing the screen, and add it to the Navigator in App.js. You can navigate to screens from any view-level component using this.props.navigation.navigate(routeName).

:shipit: Deployment

No where to deploy to.