A mobile application that simulates a stock trading environment, with the goal to allow users to practice and become confident in investing in the stock market without any of the risk.
Made with React Native, Expo, and TailwindCSS (through NativeWind).
- Four sample stocks (AAPL, TSLA, NFLX, MU)
- Buy and Sell capabilities
- Fund Tracker
- Stock share tracking (aka you sell no shares if you own no shares)
- Insufficient fund handling (aka you no buy stock if you have no money)
- UI Improvement
- Persistent Data
- Note: Unfortunately the stock API was down the day these screenshots were taken, so the price always shows 0.
Anyone looking to set up this project on their own machine will need to get an API key for the Real Stonks API from RapidAPI, and substitute that for the "<YOUR_API_KEY>" in App.js.

