/stock-recommendation-app

It works with stock-api-server that is in my repository.

Primary LanguageJavaScript

Stock Recommendation App

This app is made by React Native with Expo

To make this app work, you need to open the server that named 'simple-api-server' on my repository.

Environment File Example (env.js)

export default {
  API_HOST: "127.0.0.1:12000",
};

You need to change the API_HOST to your server address.

Preview

Preview