STEP #1 - Implement the ability to enter a stock symbol and store all entered symbols in local storage
- display simple form that asks for a stock symbol (1-5 letter code)
- When click on "Track stock", store the entered stock symbol in local storage
- Use Finnhub API to get current stock quote data
- You can use Unicode arrows from this list or use your own images
- The list of displayed stocks should be restored from local storage when the application is loaded in the browser
- Use the component router to add a /sentiment/:symbol URL
- displays the sentiment information for the last 3 months
- For each, month display a green arrow if the change was positive, and a red arrow if negative
- Also, display both the values of change and mspr
- more secure search input (not allow " " and trim " x"," x ", "x ")
- add a loading "message/animation" while searching though the API
- cache the not existing stock name ?
- add sorting by price/name
- add filter by country/industry
- add animation fade-in/out when adding/removing card
- button "more details" to display more data about the card
- when no monthly sentiment on an action then deactivate the link and display an error message directly in the main list