hsk-kr / stock-recommendation-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%