A web application that converts value of a cryptocurrency into selected local currency along with showing the cuurrent news related to that selected cryptocurrency
Built with React.js, Coin Layer API, and Media Stack API
- 📍 Converts value of a cryptocurrency into local currency using Coin Layer API
- 📰 Shows the curent news using Media Stack API
- 🌐 Support for multiple cryptocurrencies and local currencies worldwide
To set up the Crypto Value Finder App project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/apilayer/crypto-value-finder-app.git
-
Navigate to the project directory:
cd crypto-value-finder-app
-
Install the dependencies:
npm install
-
Create a
.env.local
file in the root directory and add your API keys:VITE_MEDIA_STACK_API_KEY=your_media_stack_api_key_here VITE_COIN_LAYER_API_KEY=your_coin_layer_api_key_here
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the application.
- Select your desired cryptocurrency and the local currency
- It will show the currency value of thhe cryptocurrency into the selected local currency using Coin Layer API.
- With the help of Media StackAPI, the app will also show the current news related to selected cryptocurrency.
- React
- Media Stack API to fetch news
- Coin Layer API for value of cryptocurrencies
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you encounter any issues or have questions, please file an issue on the GitHub repository.