This is a Stockmarket Simulation.
At the start of the simulation the user has a capital of $ 10 000 that he can invest into various stocks. Ultimately, the user's goal should be to trade the stock as intelligently as possible in order to own as much money as they can. In spite of this goal, the user should pay attention to what he or she is effecting with his or her investment, especially with morally questionable companies.
- The price of all stocks change in real time and the the category of a stock determines how volatile its price is.
- There are various quests that offer an incentive to buy certain stocks or stock categories.
- The simulation can be terminated at any time and then restarted with the same status.
Click Here!
It's easy to run a local instance of this simulation - just clone the repository, run yarn install
(installation instructions for yarn) and use:
yarn test
for testsyarn start
to runyarn storybook
to test the components with Storybook
Any type of feedback, pull request or issue is welcome. Follow the "Run locally" section of this documentation to learn how to debug the project.