Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
442c725
Update package-lock.json
sanket9006 Dec 24, 2020
0b9bee0
Added other cryptos
sanket9006 Dec 24, 2020
568c054
Working fine + 1 Extraa Copy
sanket9006 Dec 24, 2020
a1f2739
Revert "Working fine + 1 Extraa Copy"
sanket9006 Dec 24, 2020
2edc0f1
Update App.js
sanket9006 Dec 24, 2020
030a480
Revert "Added other cryptos"
sanket9006 Dec 24, 2020
63dac8f
Revert "Update package-lock.json"
sanket9006 Dec 24, 2020
aa44c58
Added
sanket9006 Dec 24, 2020
56696e4
worked
sanket9006 Dec 24, 2020
144afa1
Added
sanket9006 Dec 27, 2020
aa98065
Added
sanket9006 Dec 27, 2020
7c4bbe9
Added
sanket9006 Dec 27, 2020
30ec349
Added
sanket9006 Dec 27, 2020
781be72
Added
sanket9006 Dec 27, 2020
162c213
Added
sanket9006 Dec 27, 2020
a619978
Deleted Old Project
sanket9006 Dec 27, 2020
b32cb2c
Added New Project FIles
sanket9006 Dec 27, 2020
b979765
Backup 1 - Working Fine
sanket9006 Dec 27, 2020
f58a16b
Backup 2 - Added Navbar
sanket9006 Dec 27, 2020
6aae2a1
Added fevicon
sanket9006 Dec 27, 2020
e301f5a
Added Footer
sanket9006 Dec 27, 2020
cdb436b
Revert "Added Footer"
sanket9006 Dec 27, 2020
3d7b956
Updated
sanket9006 Dec 27, 2020
1978729
Added form
sanket9006 Dec 27, 2020
9b7bf20
Updated package.json
sanket9006 Dec 27, 2020
6128aa8
Full Data Boiler Plate
sanket9006 Dec 27, 2020
6d4408e
Bitcoin (BTC) - Done
sanket9006 Dec 27, 2020
b5d9412
Backup - with BTC Successfully Implemented
sanket9006 Dec 27, 2020
4965c53
Ethereum (ETH) - Added
sanket9006 Dec 27, 2020
f3e778e
10 Cryptocurrencies Added
sanket9006 Dec 27, 2020
54c831c
Removed Old Entries
sanket9006 Dec 27, 2020
7c6e64b
Added Icons to Crypto Coins
sanket9006 Dec 27, 2020
1d1bbbc
Removed Extraa Contents
sanket9006 Dec 27, 2020
ea67a08
Dynamic Values - setTimeout() - Implemented
sanket9006 Dec 28, 2020
5a565e2
Responsive Table (Mobile Optimised)
sanket9006 Dec 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 26 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
# React CryptoCurrency Tutorial

This project is based on the tutorial (written and video) located at:
[React CryptoCurrency Tutorial - Display Exchange Data with an API](https://coursetro.com/posts/code/90/React-CryptoCurrency-Tutorial---Display-Exchange-Data-with-an-API)
# React Crypto Currency API

This project uses the free [CryptoCompare API](http://cryptocompare.com/api) service.

## How to use this

Clone this repo and run `npm install` in the project folder. From there, you can run `npm start` to watch the project in action.

## Want more?
## Cryptocurrencies displayed in this project

1. BTC
2. ETH
3. USDT
4. XRP
5. LTC
6. BCH
7. ADA
8. BNB
9. USDC
10. EOS

## Resources (Blogs/Links) referred for this project

1. Update Values (Prices) Dynamically :-

https://blog.stvmlbrn.com/2019/02/20/automatically-refreshing-data-in-react.html

2. Responsive Mobile Web Deisgn (Yet to be Implemented) :-

https://reactjsexample.com/react-super-responsive-table-converts-your-table-data-to-a-user-friendly-list-in-mobile-view/

3. Based on Blog

Check out [Coursetro Full Stack Developer Training](https://coursetro.com) for more tutorials.
Also check out the [Official Coursetro Youtube Channel](http://youtube.com/user/designcourse).
https://coursetro.com/posts/code/90/React-CryptoCurrency-Tutorial---Display-Exchange-Data-with-an-API
21 changes: 21 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Cryptocurrencies
BTC,ETH,USDT,XRP,LTC,BCH,ADA,BNB,USDC,EOS

Indian Rupee Symbol ₹

Image URL :- https://www.cryptocompare.com/media/19633/btc.png


Sources :-

https://min-api.cryptocompare.com/documentation?key=Price&cat=multipleSymbolsFullPriceEndpoint
https://coinmarketcap.com/all/views/all/
https://www.cryptocompare.com/coins/list/all/USD/1


Update Values Dynamically :-
https://blog.stvmlbrn.com/2019/02/20/automatically-refreshing-data-in-react.html

Responsive Mobile Web Deisgn :-

https://reactjsexample.com/react-super-responsive-table-converts-your-table-data-to-a-user-friendly-list-in-mobile-view/
Loading