/ChartStocks

Full stack JavaScript stock charting app using web sockets

Primary LanguageJavaScript

Chart Stocks

Chart Stocks is a charting application that allows the user to search for a stock symbol and the app will chart the last 100 days of activity for that stock on the stock market. The application utilizes web sockets to simultaneously update any client who that is listening at the time of the search.

To Use

Search for any valid stock symbol using the search field. To remove a stock that you have searched for, click on the white ticker card at the bottom of the chart to remove a symbol.

Contributing

This project has open issues. Development is based on the development branch. To contribute, follow these steps:

  • git clone https://github.com/matty22/ChartStocks.git
  • git checkout development
  • git checkout -b issue-label/reference-to-issue (ex. bug/fix-grammar-error)

Make your changes in your local copy...

  • git add [filename].ext
  • git commit -m "Concise message that explains your changes"
  • git checkout development
  • git pull
  • git checkout fix/my-branch
  • git merge development
  • git push origin fix/my-branch

Then, open a PR on the development branch on the repo.

For questions, read these three blog posts for guidelines on how to contribute: