An awesome Stock Market Investment Simulator!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Motivation: Stock market is still an enigma for a lot of people. And even though you can study about it and think you understand it enough to take the first step, it is always difficult to buy that first stock. Because every investment comes with an attached expectation of profit, and it is not an unfair expectation. Hence we wanted to simulate the experience of stock market without the need to spend real money.
Our Solution: We made an android application that
- uses real time stock APIs to simulate the stock market.
- provides user with accounts and a certain amount of money to start with.
- provides option of browsing and monitoring different stocks.
- allows buying and selling of stocks as per will, with the aim of maximizing profit.
- gives a dashboard to make it all easily accessible.
- React Native
- React Native Paper
- Alpha Vantage API
- IEX API
Follow the instructions given below to get started with out app.
Follow the steps below:
- Make sure you have npm and nodejs installed in your pc.
- Clone the repository.
- Open terminal and navigate to the project folder.
- execute the following commands.
- npm install
- npx react-native run-android
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.