Skip to content

Project to display StockTwits tweets from API call and search from user. (Under construction, does not work)

Notifications You must be signed in to change notification settings

DanBurbach/Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tester Project

Created by Dan Burbach

December 2019

Frontend Code Challege

Description

Using React and any available libraries, create a simple application using 
the StockTwits API.

*** Currently not working. Having issues with CORS and rendering/utilizing 
the API data. Cannot find method in time period to be able to organize 
and update data in real-time. ***

Setup/Installation Requirements

Technologies Used

React.js, Redux, HTML, JSON, Babel, jquery, and uuid (axios is installed, but currently not used)

Requirements

  • Allow the user to input a US stock symbol or several symbols (eg: AAPL, BABA, BAC, etc…)
  • Pull tweets from StockTwits that mention this symbol (stock symbols usually have a $ before them, like: $AAPL, $BABA, etc…)
  • Display the latest matching tweets. How you display them is up to you
  • When a new tweet comes in, it should automatically be added without having to refresh the page.
  • The user should be able to later add/remove symbols as well. If a user deletes a symbol, the matching tweets should also disappear. the page.
  • The page has to be responsive. the page.
  • The number of tweets for a given symbol needs to be represented.
  • Pay attention to details and make the UI and UX the best you possibly can, considering time constraints.

Version

Alpha v1.0

License(s)

Working Code is Licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright 2019 Daniel Burbach

About

Project to display StockTwits tweets from API call and search from user. (Under construction, does not work)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published