We are creating a working stock market simulation, where the user can invest in-game currency in a simulated market completely separated from the real world. By providing custom events that pop up randomly and alter the course of our stocks, coupled with a market that never sleeps, we are presenting a fun and fast-paced introduction into the stock market.
This repo only contains the frontend, the backend is available at fantasymarket/fantasymarket-api.
Check out our documentation
for more information!
fantasymarket-app ├── components # reusable react components ├── docs # documentation ├── pages # page components ├── utils # utility functions ├── api # api/state management ├── tests # tests │ ├── e2e # e2e tests (including automated screenshots) │ ├── integration # integration tests │ └── unit # unit & snapshot tests └── public # static files
$ git clone https://github.com/fantasymarket/fantasymarket-app.git && cd fantasymarket-app
$ yarn
$ yarn dev
$ yarn deploy
# output: ./out/
To run the API server, check out the documentation of fantasymarket-api
VSCode
(Recommended):EditorConfig
,ESLint
,Babel Javascript
Atom
:language-babel
,linter-eslint
,editorconfig
,autocomplete-modules