Cryptway Home

reactrapidapitailwind

Cryptway Home

Cryptway Home is a comprehensive platform for the latest cryptocurrency news and token information. It integrates the Bing News Search API for up-to-date news articles and the Crypto Token Info Hub API from RapidAPI for detailed cryptocurrency data.

Features

  • Cryptocurrency News: Stay informed with the latest news sourced directly from the Bing News Search API.
  • Token Information: Access detailed information about various cryptocurrencies through the Crypto Token Info Hub API.

Installation

  1. Clone the repository:
    git clone https://github.com/Ajinkgupta/cryptway-home.git
    
  2. Navigate to the project directory:
    cd cryptway-home
    
  3. Install the necessary dependencies:
    npm install
    
  4. Create a .env file and add your API keys:
    REACT_APP_BING_NEWS_API_KEY=your_bing_news_api_key
    REACT_APP_CRYPTO_API_KEY=your_crypto_api_key
    

Usage

  1. Start the development server:
    npm start
    
  2. Open your browser and navigate to http://localhost:3000 to view the application.

Contributing

We welcome contributions from the community. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
    
  4. Push to the branch:
    git push origin feature/your-feature-name
    
  5. Open a pull request on GitHub.

Contributers

License

This project is licensed under the MIT License - see the LICENSE file for details.