- HTML
- CSS
- JavaScript
- jQuery
- AJAX
- Logos: ClearBit
- Names: WorldTradingData
- Stock Data: AlphaVantage
Users can search for the current price of a stock by using its associated acronym. The application will return the stock's full name and daily change as well. The application pulls data from multiple APIs to serve to users once they have made a request. The logos are pullled from an API that uses queries to search an internal database. The application includes a matching system that parses the title and attempts to align it with the logo query in order to identify the best response. The web page will also serve an image even if one is not loaded and prompts a user to respond to a form if the logos are misaligned.
- Users can request to view the current value of a stock
- Users can identify the name of a stock through the acronym.
- Users will be able to view a logo if it is in a the ClearBit logo API.
- Users can convert the results into various currencies.
- Users can identify ISO currencies using the tooltip.
- Allow a user to search with the name of a company OR its acronym.
Add a currency selector to the application.Add live currency conversion rates for more accurate conversions.Add a way to guarantee that a logo is produced.Update the matching algorithm for accuracy.- Add data validation to the form.
- Add more information to the home page in the form of media or a small description.