This project is a stock dashboard app that uses the Finnhub API
-
π Search for a stock (e.g. AAPL, FB, GOOG)
-
πΈ Quote a stock (current price, percent change)
-
π Get more details of a stock (name, currency, market cap, etc.)
-
π View historical chart data of a stock (day/week/month/year)
-
π Select theme (dark/light)
If you are interested in following along this tutorial, here are the subsections (with links to the code for each part)
Branch | Description |
---|---|
Part 1 | Introduction |
Part 2 | Setup (TailwindCSS, Google Fonts, ...) |
Part 3 | Grid Layout |
Part 4 | React Components & Styling |
Part 5 | Recharts (Plotting Data) |
Part 6 | Dark Mode (React Context) |
Part 7 | Fetching Data from REST API (Finnhub) |
Part 8 | Transitions & Animations |