Our project is a cryptocurrency website that leverages the power of the Rapid API to fetch real-time information and deliver comprehensive insights to users. Our platform offers a user-friendly interface that allows users to explore a wide range of cryptocurrencies, tokens, and exchanges, empowering them to stay informed and make educated decisions.
- Crypto Currency Overview: Our site provides an extensive collection of crypto currencies and tokens, allowing users to delve into their profiles, histories, and performance data. Stay up-to-date with the latest information on market capitalization, trading volume, and circulating supply.
- Exchange Details: Discover in-depth information about popular crypto exchanges, including trading pairs, transaction fees, and user reviews. Compare different exchanges to find the one that suits your needs.
- Real-time Price Tracking: Get access to live price data for various cryptocurrencies. Track price movements, view historical charts, and analyze market trends to make informed investment decisions.
- News Section: Stay informed about the latest developments in the crypto industry. Our dedicated news section provides curated articles and updates related to specific crypto currencies, ensuring you never miss important news that could impact your investments.
- Graphical Analysis: Analyze the performance of cryptocurrencies through detailed graphs and charts. Identify patterns, track historical price movements, and gain insights into market trends to enhance your trading strategies.
- Comprehensive Stats: Access a wide range of statistical data related to cryptocurrencies, including market capitalization, trading volume, price changes, and more. Stay on top of the market and make data-driven decisions.
For setting up the project on your local system you would need to complete the following steps:
- Clone the repository locally:
git clone <repository-url> - Install dependencies:
npm install - Start the client server:
npm start - Open your browser and visit http://localhost:3000
For the website to work normally, you would need to login on to RapidAPI to generate the API key, required to fetch the data.
-
Obtain a Rapid API key:
- Sign up for an account on the Rapid API website and generate an API key
-
Configure the Rapid API key:
- Create a
.envfile in the root directory of the project. - Add the following lines to the
.envfile:
- Create a
REACT_APP_API_KEY=<your-api-key>
- After updating the env file, restart the server and visit http://localhost:3000
- React
- Ant Design for styling
- Rapid API for fetching cryptocurrency data.
We welcome contributions from the community. If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project has been made during Citro Hacks Hackathon by our team members. Any resemblance is unintentional and we are sorry for the same.
Resources that we used while working on this project:
- ChatGPT by OpenAI
- RapidAPI Documentation






