Crypto-Tracker is a web-based application that allows users to track the price, volume, market cap, price metrics, and other information about different cryptocurrencies. The website is built using React and Chart js to provide a user-friendly interface and visualizations of cryptocurrency data.
- Cryptocurrency tracking: Users can view information about different cryptocurrencies, including price, volume, market cap, and other metrics.
- Graphical representation: The website allows users to visualize the cryptocurrency data over different periods, such as 1 day, 1 week, or 1 month, using graphs.
- Real-time updates: The website updates the cryptocurrency data in real-time, allowing users to stay up-to-date with the latest market trends.
- User-friendly interface: The website has a user-friendly interface, making it easy for users to navigate and find the information they need.
- React: A JavaScript library for building user interfaces.
- Chart js: A JavaScript library for creating responsive, interactive charts and graphs.
To get started with the project, follow the steps below:
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the dependencies by running npm install.
- Start the development server by running npm start.
The website uses the CoinGecko API to fetch cryptocurrency data. You can find more information about the API at https://www.coingecko.com/api/documentations/v3.
We welcome contributions to the project! If you would like to contribute, please create a pull request with your changes. Make sure to follow the project's coding style and conventions.