Skip to content

A React Native app for calculating and logging your points.

Notifications You must be signed in to change notification settings

JoakJohaTech/PointsWatcher

Repository files navigation

PointsWatcher App

A React Native app aimed for Android 13. In this app you can calculate your points and log your remaining ponints.

The Points system is based on WW old points system. More info can be found in the /docs folder.

This app uses React Native Paper for its UI.

Requirments

Node 18, Android 13, npm

Step 1: Start the Metro Server

First, you will need to start Metro

run the following command from the root of the project:

# using npm
npm start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start the Android app:

For Android

# using npm
npm run android

For iOS

I'm not putting any attention on iOS support. Expect stuff to be broken.

Step 3: Done!

If everything is set up correctly, you should see your new app running in your Android Emulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

About

A React Native app for calculating and logging your points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published