Skip to content

david-diep/stock-trading-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-trading-hackathon

A hackathon complete for the MintBean Stock Market Sim Hackathon

Participants

David Diep

Tim Ahn

Live Demo

https://stocking-trading-hackathon.vercel.app/

Core Requirements

A list of imaginary stocks (stored inside an object or array).

A way to simulate the movement of time.

A way to simulate changes in stock prices.

A way to keep track of available cash

A user interface for buying and selling stocks.

Development

System Requirements

  • Node.js 10 or higher

  • npm 6 or higher

Technologies Used

  • React.js
  • Next.js
  • react-toastify
  • react-redux
  • Material UI

Getting Started

  1. Clone this repository
git clone https://github.com/david-diep/stock-market-hackathon.git
cd stock-market-hackathon
  1. Install dependencies with NPM
npm install
  1. Start the project. It can be view at http://localhost:3000/ in the browser
npm run start

Releases

No releases published

Packages

No packages published