react
typescript
framer-motion
recoil
react-query
react-hook-form
react-apexcharts
react-helmet
react-router-dom
Coin tracking application using the Coin Paprika API.
- Fetching real-time coin data from the API and displaying it to the client
- Displaying charts by period from 1 week to 6 months using Apexcharts
- Implementing infinite scroll
- Adding a search function
- Data caching and simplification of code using React Query
Coin paprika api를 이용한 Coin Tracking application.
- API로부터 코인 데이터를 실시간으로 받아와 클라이언트에게 보여주기
- Apexcharts를 이용하여 1주~6달까지 기간별 차트 보여주기
- Infinite scroll
- 검색기능
- React query를 통한 데이터 캐싱과 코드의 간소화