/stock-app

This web app allows to search for stocks of different companies through the finnhub api

Primary LanguageJavaScript

STOCK-APP

This web app allows you to search for stock prices of different companies through the finnhub api

Welcome! 👋

Table of contents

Links

Built with

  • Reactjs
  • Tailwind css
  • React router(for routing)
  • Axios
  • Apex charts

What I learned

import {useContext} from 'react'
import {useEffect} from 'react'
import {useState} from 'react'
import {useNavigator} from 'react'
import {useParams} from 'react'

localStorage
Axios

I learned more about all these with this project

Author