Skip to content

leyuri/react-stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-stock-market

Development environment

Features

  • Show Company List
  • Show Company Detail info (ex. dayLow price, dayHigh etc..)
  • Show Each Company News

Screenshots

Screen Shot 2020-05-12 at 10 09 55 PM Screen Shot 2020-05-12 at 10 09 46 PM Screen Shot 2020-05-12 at 10 23 41 PM
Screen Shot 2020-05-12 at 10 24 42 PM Screen Shot 2020-05-12 at 10 25 51 PM Screen Shot 2020-05-12 at 10 26 09 PM

todo
  • Reducer / Redux / React-Redux / Redux-thunk / Redux-logger store를 provider 시키기
  • AppBar
  • BottomNav
  • Add API
  • Fetch CompanyList
  • Show Company Sympbol & Name
  • Fetch Company News
  • Fetch Company Quote
  • Deploy app
Tip

useLocation은 위 두 가지 hooks들과 마찬가지로 location객체에 접근할 수 있게 해주는 hook