Skip to content

lisazhao30/stock-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get to Know Your Stocks!

Web application that allows you to visualize the historical prices of your chosen stock; as well as information about your stock's company.

Tech Stack

  • React, Chart.js, Axios
  • Jest, MaterialUI

Development Process

I was inspired to make this project after seeing my stocks decline in price these past few months :(.

To find an API to use, I searched for free stock APIs. I decided to use Financial Modelling Prep's API that returns company information and historical prices. I retrieved the data with an async/await Axios function and implemented it into a profile modal and Chart.js graph.

Moreover, I wanted to learn how to use Jest with this project. As a result, I created a couple unit tests for each component; increasing the code coverage by 50%.

Check it out!

https://get-to-know-your-stocks.herokuapp.com/

Screen Shot 2022-05-15 at 2 40 30 AM

Screen Shot 2022-05-15 at 2 53 07 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published