A app for cryptocurrencies. React library of Javascript is used for this app. You will get the data about the different cryptocurrencies, ups and down, market capital, loss profit and so on. Get your hands into React Context Api and useContext Hook.
-
Searching functionality: User can search his/her favourite cryptocurrency.
-
Slider : There is slider of cryptocurrency.
-
Chart : There is chart showing the cryptcurrency ups and down.
-
Currency converting : User can change currency type from dollor to rupees, and from rupees to dollor.
To follow this project, following are the pre-requisite
NodeJS
VS code
git
The following commands install and run the development version
git clone https://github.com/Faiz0developer/crypto-app.git
Open Project in VS code
npm install
npm start