Skip to content

hwangjoons/translateForEx

Repository files navigation

translateForEx

TranslateForex is an iOS mobile App created for the personal goal of starting, maintaining, and updating a personal portfolio of stocks, along with its conversion values in 10 foreign currencies and 10 cryptocurrencies ordered in volume of trades.

The stock prices are retrieved via Alpha Vantage API (https://www.alphavantage.co/documentation/) of any given date (starting from 2022).

The application is able to retrieve, record, save, and mark favorite stock prices at a given day's closing price within the mobile application.

This project was created in 2 days time as part of my HackReactor bootcamp's journey.

Tech Stack

JavaScript React Native NodeJS Express.js MongoDB Expo Axios

Functionalities

How to get started

  1. Clone the repo
    git clone https://github.com/codejune9th/translateForEx.git
    
  2. Install all required packages in both client and server folders
    npm install
    
  3. Compile the client-side code and start Metro Bundler
    npm run start 
    
  4. Scan the QR code from Metro Bundler in Terminal OR download and install XCode (iOS simulator) and press i to start the simluator on your computer
    Download XCode for iOS here: https://developer.apple.com/xcode/
    
  5. Start the server
    npm run server
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published