Skip to content

viral-sh/stock-overflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a React app bootstrapped using Create React App for the purpose of learning and explaining some basic React JS (v16) concepts.

Please clone the repository and run following commands

  • npm install - This installs all the project dependencies found in package.json
  • npm run start - This will start your server

The App is suppose to help its client track stock markets data. It has a feature to enable livestreaming which will update data every 3 seconds. It also allows you to toggle between viewing all stocks data and only your stocks.

There is no backend to this app. Currently dummy data is created by src/service.js with a minor variation everytime to give a feel of dynamically changing data.

React.js Rocks. Happy Coding!

PPT for meetup held on 19 May, 2018

About

A dummy app to track stock updates using React JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors