Skip to content

Advanced multiplayer stock trading simulator built with React + MERN. Features real-time stock charts, guides on trading, a stock sceener, and much more. πŸ“ˆ

License

Notifications You must be signed in to change notification settings

SnowyCrest/Stockish

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Stockish πŸ“ˆ

An educational stock simulator app based on Spikecodes' Stotra. Built within 6 hours during a coding marathon.


✨ Features

  • πŸ“Š Real-time inventory tracking
  • 🚨 Automated stock level alerts
  • πŸ“‘ Detailed reporting and analytics
  • πŸ–₯️ User-friendly interface

Landing Page

Dashboard

Markets

Leaderboard

Guide

πŸš€ Getting Started

Clone this repository:

git clone https://github.com/foundsec/Stockish.git

πŸ› οΈ Prerequisites

1.Install node modules in root

cd Stockish
npm install

2.Install node modules in server

cd server
npm install
  1. Install node modules in app
cd app
npm install

πŸ–₯️ Running the website on localhost

  1. Go to app dir and run
cd /app
npm run dev
  1. Go to server dir and run
cd /server
npm run dev

About

Advanced multiplayer stock trading simulator built with React + MERN. Features real-time stock charts, guides on trading, a stock sceener, and much more. πŸ“ˆ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • HTML 1.2%
  • JavaScript 0.5%