OktarianTB
stock-trading-simulator
JavaScript

A Stock Trading Simulator web application using the MERN stack.

Last updated May 17, 2026
32
Stars
14
Forks
1
Issues
0
Stars/day
Attention Score
29
Language breakdown
No language data available.
Files click to expand
README

Stock Trading Simulator

Contents

About

Welcome to my Stock Trading Simulator!

The goal of this web app is to allow users to learn about investing in a fun and risk-free manner. Users can access stock data and charts and use the app to buy and sell stocks using their $100k budget to simulate in a simplistic way the investing process.

It consists of a dynamic ReactJS frontend using Material UI, React Routing and Hooks. The backend API uses NodesJS and ExpressJS to perform user authentication and user and stock information retrieval. Furthermore, the data is stored in a MongoDB database. \ \ \ dashboard.png \ \ \ This project was selected as an outstanding entry to AlgoExpert's Summer-Fall 2020 project contest: Algoexpert Contest

Demo video: YouTube

Check it out: Website (Might take a few minutes for the website to load if no one has accessed it recently_)

Installation

Make sure you have NodeJS installed. Then install the required packages for the server with:
npm install

And the required packages for the client with:

npm run install-client

Then run the server with:

npm run start
And run the client with:
cd client npm run start

Development

coming soon...

Deployment

coming soon...
🔗 More in this category

© 2026 GitRepoTrend · OktarianTB/stock-trading-simulator · Updated daily from GitHub