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.
Cryptosphere provides users with insights into cryptocurrencies through a user-friendly interface. The application consists of four main routes:
- Homepage
- Overview: Key statistics, top ten cryptocurrencies, and latest news.
- Click on Cryptocurrency Card: Access detailed statistics and charts for the selected cryptocurrency.
- Cryptocurrencies
- Overview: Explore detailed statistics for various cryptocurrencies.
- Click on Cryptocurrency Card: Navigate to the crypto details page for in-depth information.
- Exchanges
- Overview: Information about exchanges related to a specific cryptocurrency.
- Dropdown Selector: Choose a cryptocurrency to view relevant exchange details.
- News
- Overview: Latest news articles about cryptocurrencies worldwide.
- Click on Articles: Direct links to external news article websites for detailed reading.
- React
- Redux
- Redux Toolkit
- Ant Design
- RapidAPI
- HTML
- CSS
- JavaScript
Follow these steps to set up and run the Cryptosphere React App locally:
-
Clone the repository:
git clone https://github.com/Shrey-Raj/Cryptosphere.git
-
Navigate to the project directory:
cd Cryptosphere
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
The app will be accessible at http://localhost:3000/.
Explore the live version of the Cryptosphere React App here.
This project is licensed under the MIT License.
Special thanks to the creators and maintainers of the libraries and APIs used in this project.
Happy coding! 🚀