BitPrime is a React.js-based platform designed to provide users with information related to cryptocurrencies. It offers features such as viewing market cap, line charts, current prices, daily changes, news articles about cryptocurrencies etc. The platform utilizes the Ant Design library for its user interface design and integrates the Coinranking API from RapidAPI for cryptocurrency data and the Bing News API from RapidAPI for cryptocurrency news.
-
React.js: BitPrime is built using React.js, a popular JavaScript library for building user interfaces. React's component-based architecture enables modular and reusable code.
-
Ant Design: The platform utilizes Ant Design, a powerful and customizable design system and component library for React. It provides pre-built UI components and a cohesive design language for a consistent and visually appealing user interface.
-
Coinranking API: BitPrime integrates the Coinranking API from RapidAPI to retrieve cryptocurrency data. This API provides access to various endpoints, including market cap, price, and historical data.
-
Bing News API: For fetching news articles related to cryptocurrencies, BitPrime uses the Bing News API from RapidAPI. This API enables the platform to provide up-to-date news and relevant information to users.
Contributions to BitPrime are welcome! If you find any bugs, have suggestions for new features, or would like to contribute in any other way, please feel free to open an issue or submit a pull request.
When contributing, please ensure that you follow the existing code style, write meaningful commit messages, and provide appropriate documentation for your changes.
- Rapid API for providing Coinranking API and BingNews API which provides required data for this website.