Skip to content

A mock trader app that can be used to practice investing with an initial funding of $10,000. The app scarps stock price from yahoo finance and organizes stocks under investing and watchlist lists. It also keeps track of buy and sell data under history section.

Notifications You must be signed in to change notification settings

dagmawig/mock-trader-full-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock-Trader App

This app simulated trading app and can be used to practice buying and selling stocks. It scraps stock price data from Yahoo finance webpage.

Server side

Server side code is located at https://glitch.com/edit/#!/mock-trader?path=server.js

Services and Functions Used

I used firebase authentication to verify user email and authenticate using email and password. I used axios method to make https request to server side I used MongoDB to store user data. I used glitch.com to host server code. I used useState hook to manage app state.

About

A mock trader app that can be used to practice investing with an initial funding of $10,000. The app scarps stock price from yahoo finance and organizes stocks under investing and watchlist lists. It also keeps track of buy and sell data under history section.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published