-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTechstack.txt
More file actions
30 lines (20 loc) · 1.13 KB
/
Techstack.txt
File metadata and controls
30 lines (20 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---> CryptoCurrency React Application <---
1. React
3. Create UI using Ant design
4. Create chats using chats.js
5. Rapid API
Rapid API - https://rapidapi.com/hub?utm_source=youtube.com%2FJavaScriptMastery&utm_medium=DevRel&utm_campaign=DevRel
Rapid API CoinGecko - https://rapidapi.com/coingecko/api/coingecko
Rapid API ma CoinRanking API - https://rapidapi.com/Coinranking/api/coinranking1/playground/apiendpoint_8e827dc1-e69a-4b92-af4a-654138659eba
Rapid API ma Cryptocurrency News API - https://rapidapi.com/topapi-topapi-default/api/cryptocurrency-news2/playground/apiendpoint_6e13ba00-a235-4ba7-b8b6-6f96466cdda6
Ant Design For React Framework - https://ant.design/
Dependencies used
--> npm install antd @ant-design/icons
--> npm install axios
--> npm install chart.js
--> npm install html-react-parser -------- parse html data to react.
--> npm install millify ------- extremely large number into string.
--> npm install moment ------- for date and time
--> npm install react-chartjs-2 ------ for using charts in reactjs
command line used ->
npm install antd @ant-design/icons axios chart.js html-react-parser millify moment react-chartjs-2