Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 2.46 KB

File metadata and controls

88 lines (55 loc) · 2.46 KB

Cryptosphere React App

Cryptosphere is a React-based web application that offers comprehensive information about cryptocurrencies. This Git repository contains the source code for the Cryptosphere React App.

Project Overview

Cryptosphere provides users with insights into cryptocurrencies through a user-friendly interface. The application consists of four main routes:

  1. Homepage
    • Overview: Key statistics, top ten cryptocurrencies, and latest news.
    • Click on Cryptocurrency Card: Access detailed statistics and charts for the selected cryptocurrency.

Screenshot (5)

  1. Cryptocurrencies
    • Overview: Explore detailed statistics for various cryptocurrencies.
    • Click on Cryptocurrency Card: Navigate to the crypto details page for in-depth information.

Screenshot (6)

  1. Exchanges
    • Overview: Information about exchanges related to a specific cryptocurrency.
    • Dropdown Selector: Choose a cryptocurrency to view relevant exchange details.

Screenshot (7)

  1. News
    • Overview: Latest news articles about cryptocurrencies worldwide.
    • Click on Articles: Direct links to external news article websites for detailed reading.

Screenshot (8)

Technologies Used

  • React
  • Redux
  • Redux Toolkit
  • Ant Design
  • RapidAPI
  • HTML
  • CSS
  • JavaScript

Getting Started

Follow these steps to set up and run the Cryptosphere React App locally:

  1. Clone the repository:

    git clone https://github.com/Shrey-Raj/Cryptosphere.git
  2. Navigate to the project directory:

    cd Cryptosphere
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev

    The app will be accessible at http://localhost:3000/.

Live Demo

Explore the live version of the Cryptosphere React App here.

License

This project is licensed under the MIT License.

Acknowledgments

Special thanks to the creators and maintainers of the libraries and APIs used in this project.

Happy coding! 🚀